Html Css Color HEX #DCF124 Pear

📋 copy color: '#DCF124'

red 220 ◦ green 241 ◦ blue 36

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

Shades of Pear #DCF124

Tints of Pear #DCF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.49%

 BLUE value IS 36 (14.45% from 255) = 7.24%

R = 44.27%
G = 48.49%
B = 7.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#DCF124 (or 0xDCF124) is known color: Pear. HEX triplet: DC, F1 and 24. RGB value is (220,241,36). Sum of RGB (Red+Green+Blue) = 220+241+36=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF124 is #230EDB. Grayscale: #D4D4D4. Windows color (decimal): -2297564 or 2421212. OLE color: 2421212.

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

Color convert

RGB 220 241 36 -
CMYK 0.09 0 0.85 0.05
HSL 66.15º 0.88% 0.54% -
HSV(B) 66.15º 0.85% 0.95% -
XYZ 61.29 78.25 13.54 -
YUV 211.35 29.04 134.17 -
System Red Green Blue C M Y K H S L
Decimal 220 241 36 0.09 0 0.85 0.05 66.15 0.88 0.54
Hex DC F1 24 9 0 55 5 42 58 36
Octal 334 361 44 11 0 125 5 102 130 66
Binary 11011100 11110001 100100 1001 0 1010101 101 1000010 1011000 110110

Color Harmonies of #DCF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF124

Black with #DCF124

Text Example


Text Example

White with #DCF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF124; }

 p { color: rgb(220,241,36); }

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

background-color css

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

 a { background-color: rgb(220,241,36); }

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

border-color css

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

 span { border-color: rgb(220,241,36); }

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