Html Css Color HEX #DCF136 Pear

📋 copy color: '#DCF136'

red 220 ◦ green 241 ◦ blue 54

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

Shades of Pear #DCF136

Tints of Pear #DCF136

RGB

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

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

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

R = 42.72%
G = 46.8%
B = 10.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DCF136 (or 0xDCF136) is known color: Pear. HEX triplet: DC, F1 and 36. RGB value is (220,241,54). Sum of RGB (Red+Green+Blue) = 220+241+54=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 54 (21.48% from 255 or 10.49% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF136 is #230EC9. Grayscale: #D6D6D6. Windows color (decimal): -2297546 or 3600860. OLE color: 3600860.

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

Color convert

RGB 220 241 54 -
CMYK 0.09 0 0.78 0.05
HSL 66.74º 0.87% 0.58% -
HSV(B) 66.74º 0.78% 0.95% -
XYZ 61.64 78.39 15.37 -
YUV 213.4 38.04 132.71 -
System Red Green Blue C M Y K H S L
Decimal 220 241 54 0.09 0 0.78 0.05 66.74 0.87 0.58
Hex DC F1 36 9 0 4E 5 43 57 3A
Octal 334 361 66 11 0 116 5 103 127 72
Binary 11011100 11110001 110110 1001 0 1001110 101 1000011 1010111 111010

Color Harmonies of #DCF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF136

Black with #DCF136

Text Example


Text Example

White with #DCF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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