#DFF235

Color #DFF235 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DFF235

Tints of Pear #DFF235

Color information

#DFF235 (or 0xDFF235) is unknown color: approx Pear. HEX triplet: DF, F2 and 35. RGB value is (223,242,53). Sum of RGB (Red+Green+Blue) = 223+242+53=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF235 is #200DCA. Grayscale: #D7D7D7. Windows color (decimal): -2100683 or 3535583. OLE color: 3535583.

HSL color Cylindrical-coordinate representation of color #DFF235: hue angle of 66.03º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFF235 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB22324253-
CMYK0.0800.780.05
HSL66.03º87.91%57.84%-
HSV(B)66.03º78.1%94.9%-
XYZ62.8379.4515.39-
YUV214.7736.71133.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 43.05%
GREEN value IS 242 (94.92% from 255) = 46.72%
BLUE value IS 53 (21.09% from 255) = 10.23%
R=43.05%
G=46.72%
B=10.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223242530.0800.780.0566.0387.9157.84
HexDFF235804E542583a
Octal33736265100116510213072
Binary110111111111001011010110000100111010110000101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF235; }

 p { color: rgb(223,242,53); }

 H1.HeaderClassName
 {
   color: #DFF235;
 }
 .AnyTagClassName
 {
   color: #DFF235;
 }
</style>
background-color css

<style>
 a { background-color: #DFF235; }

 a { background-color: rgb(223,242,53); }

 div.DivClassName
 {
   background-color: #DFF235;
 }
 .BgClassName
 {
   background-color: #DFF235;
 }
</style>
border-color css

<style>
 span { border-color: #DFF235; }

 span { border-color: rgb(223,242,53); }

 td.TdClassName
 {
   border-color: #DFF235;
 }
 .TagClassName
 {
   border-color: #DFF235;
 }
</style>