Html Css Color HEX #DCF031 Pear

📋 copy color: '#DCF031'

red 220 ◦ green 240 ◦ blue 49

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

Shades of Pear #DCF031

Tints of Pear #DCF031

RGB

 RED value IS 220 (86.33% from 255) = 43.22%

 GREEN value IS 240 (94.14% from 255) = 47.15%

 BLUE value IS 49 (19.53% from 255) = 9.63%

R = 43.22%
G = 47.15%
B = 9.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#DCF031 (or 0xDCF031) is known color: Pear. HEX triplet: DC, F0 and 31. RGB value is (220,240,49). Sum of RGB (Red+Green+Blue) = 220+240+49=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF031 is #230FCE. Grayscale: #D4D4D4. Windows color (decimal): -2297807 or 3272924. OLE color: 3272924.

HSL color Cylindrical-coordinate representation of color #DCF031: hue angle of 66.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF031 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 49 -
CMYK 0.08 0 0.80 0.06
HSL 66.28º 0.86% 0.57% -
HSV(B) 66.28º 0.8% 0.94% -
XYZ 61.23 77.76 14.69 -
YUV 212.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 220 240 49 0.08 0 0.80 0.06 66.28 0.86 0.57
Hex DC F0 31 8 0 50 6 42 56 39
Octal 334 360 61 10 0 120 6 102 126 71
Binary 11011100 11110000 110001 1000 0 1010000 110 1000010 1010110 111001

Color Harmonies of #DCF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF031

Black with #DCF031

Text Example


Text Example

White with #DCF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF031; }

 p { color: rgb(220,240,49); }

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

background-color css

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

 a { background-color: rgb(220,240,49); }

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

border-color css

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

 span { border-color: rgb(220,240,49); }

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