Html Css Color HEX #DCF221 Pear

📋 copy color: '#DCF221'

red 220 ◦ green 242 ◦ blue 33

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

Shades of Pear #DCF221

Tints of Pear #DCF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.67%

R = 44.44%
G = 48.89%
B = 6.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#DCF221 (or 0xDCF221) is known color: Pear. HEX triplet: DC, F2 and 21. RGB value is (220,242,33). Sum of RGB (Red+Green+Blue) = 220+242+33=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF221 is #230DDE. Grayscale: #D4D4D4. Windows color (decimal): -2297311 or 2224860. OLE color: 2224860.

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

Color convert

RGB 220 242 33 -
CMYK 0.09 0 0.86 0.05
HSL 66.32º 0.89% 0.54% -
HSV(B) 66.32º 0.86% 0.95% -
XYZ 61.54 78.83 13.41 -
YUV 211.6 27.21 133.99 -
System Red Green Blue C M Y K H S L
Decimal 220 242 33 0.09 0 0.86 0.05 66.32 0.89 0.54
Hex DC F2 21 9 0 56 5 42 59 36
Octal 334 362 41 11 0 126 5 102 131 66
Binary 11011100 11110010 100001 1001 0 1010110 101 1000010 1011001 110110

Color Harmonies of #DCF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF221

Black with #DCF221

Text Example


Text Example

White with #DCF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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