Html Css Color HEX #DFF532 Pear

📋 copy color: '#DFF532'

red 223 ◦ green 245 ◦ blue 50

#DFF532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DFF532

Tints of Pear #DFF532

RGB

 RED value IS 223 (87.5% from 255) = 43.05%

 GREEN value IS 245 (96.09% from 255) = 47.3%

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 43.05%
G = 47.3%
B = 9.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DFF532 (or 0xDFF532) is known color: Pear. HEX triplet: DF, F5 and 32. RGB value is (223,245,50). Sum of RGB (Red+Green+Blue) = 223+245+50=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #DFF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF532 is #200ACD. Grayscale: #D8D8D8. Windows color (decimal): -2099918 or 3339743. OLE color: 3339743.

HSL color Cylindrical-coordinate representation of color #DFF532: hue angle of 66.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFF532 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 245 50 -
CMYK 0.09 0 0.80 0.04
HSL 66.77º 0.91% 0.58% -
HSV(B) 66.77º 0.8% 0.96% -
XYZ 63.66 81.22 15.34 -
YUV 216.19 34.21 132.86 -
System Red Green Blue C M Y K H S L
Decimal 223 245 50 0.09 0 0.80 0.04 66.77 0.91 0.58
Hex DF F5 32 9 0 50 4 43 5B 3A
Octal 337 365 62 11 0 120 4 103 133 72
Binary 11011111 11110101 110010 1001 0 1010000 100 1000011 1011011 111010

Color Harmonies of #DFF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF532

Black with #DFF532

Text Example


Text Example

White with #DFF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF532; }

 p { color: rgb(223,245,50); }

 H1.HeaderClassName
 {
   color: #DFF532;
 }
 .AnyTagClassName
 {
   color: #DFF532;
 }
</style>

background-color css

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

 a { background-color: rgb(223,245,50); }

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

border-color css

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

 span { border-color: rgb(223,245,50); }

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