Html Css Color HEX #DCF636 Pear

📋 copy color: '#DCF636'

red 220 ◦ green 246 ◦ blue 54

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

Shades of Pear #DCF636

Tints of Pear #DCF636

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 42.31%
G = 47.31%
B = 10.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#DCF636 (or 0xDCF636) is known color: Pear. HEX triplet: DC, F6 and 36. RGB value is (220,246,54). Sum of RGB (Red+Green+Blue) = 220+246+54=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF636 is #2309C9. Grayscale: #D9D9D9. Windows color (decimal): -2296266 or 3602140. OLE color: 3602140.

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

Color convert

RGB 220 246 54 -
CMYK 0.11 0 0.78 0.04
HSL 68.13º 0.91% 0.59% -
HSV(B) 68.13º 0.78% 0.96% -
XYZ 63.14 81.39 15.87 -
YUV 216.34 36.39 130.61 -
System Red Green Blue C M Y K H S L
Decimal 220 246 54 0.11 0 0.78 0.04 68.13 0.91 0.59
Hex DC F6 36 B 0 4E 4 44 5B 3B
Octal 334 366 66 13 0 116 4 104 133 73
Binary 11011100 11110110 110110 1011 0 1001110 100 1000100 1011011 111011

Color Harmonies of #DCF636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF636

Black with #DCF636

Text Example


Text Example

White with #DCF636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF636; }

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

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

background-color css

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

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

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

border-color css

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

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

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