Html Css Color HEX #DCF227 Pear

📋 copy color: '#DCF227'

red 220 ◦ green 242 ◦ blue 39

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

Shades of Pear #DCF227

Tints of Pear #DCF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 39 (15.63% from 255) = 7.78%

R = 43.91%
G = 48.3%
B = 7.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DCF227 (or 0xDCF227) is known color: Pear. HEX triplet: DC, F2 and 27. RGB value is (220,242,39). Sum of RGB (Red+Green+Blue) = 220+242+39=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF227 is #230DD8. Grayscale: #D5D5D5. Windows color (decimal): -2297305 or 2618076. OLE color: 2618076.

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

Color convert

RGB 220 242 39 -
CMYK 0.09 0 0.84 0.05
HSL 66.5º 0.89% 0.55% -
HSV(B) 66.5º 0.84% 0.95% -
XYZ 61.63 78.87 13.89 -
YUV 212.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 220 242 39 0.09 0 0.84 0.05 66.5 0.89 0.55
Hex DC F2 27 9 0 54 5 43 59 37
Octal 334 362 47 11 0 124 5 103 131 67
Binary 11011100 11110010 100111 1001 0 1010100 101 1000011 1011001 110111

Color Harmonies of #DCF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF227

Black with #DCF227

Text Example


Text Example

White with #DCF227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF227; }

 p { color: rgb(220,242,39); }

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

background-color css

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

 a { background-color: rgb(220,242,39); }

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

border-color css

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

 span { border-color: rgb(220,242,39); }

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