Html Css Color HEX #DCF836 Pear

📋 copy color: '#DCF836'

red 220 ◦ green 248 ◦ blue 54

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

Shades of Pear #DCF836

Tints of Pear #DCF836

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.51%

 BLUE value IS 54 (21.48% from 255) = 10.34%

R = 42.15%
G = 47.51%
B = 10.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#DCF836 (or 0xDCF836) is known color: Pear. HEX triplet: DC, F8 and 36. RGB value is (220,248,54). Sum of RGB (Red+Green+Blue) = 220+248+54=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF836 is #2307C9. Grayscale: #DADADA. Windows color (decimal): -2295754 or 3602652. OLE color: 3602652.

HSL color Cylindrical-coordinate representation of color #DCF836: hue angle of 68.66º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF836 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 54 -
CMYK 0.11 0 0.78 0.03
HSL 68.66º 0.93% 0.59% -
HSV(B) 68.66º 0.78% 0.97% -
XYZ 63.75 82.62 16.08 -
YUV 217.51 35.72 129.77 -
System Red Green Blue C M Y K H S L
Decimal 220 248 54 0.11 0 0.78 0.03 68.66 0.93 0.59
Hex DC F8 36 B 0 4E 3 45 5D 3B
Octal 334 370 66 13 0 116 3 105 135 73
Binary 11011100 11111000 110110 1011 0 1001110 11 1000101 1011101 111011

Color Harmonies of #DCF836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF836

Black with #DCF836

Text Example


Text Example

White with #DCF836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF836; }

 p { color: rgb(220,248,54); }

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

background-color css

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

 a { background-color: rgb(220,248,54); }

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

border-color css

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

 span { border-color: rgb(220,248,54); }

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