Html Css Color HEX #DCF821 Pear

📋 copy color: '#DCF821'

red 220 ◦ green 248 ◦ blue 33

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

Shades of Pear #DCF821

Tints of Pear #DCF821

RGB

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

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

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

R = 43.91%
G = 49.5%
B = 6.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DCF821 (or 0xDCF821) is known color: Pear. HEX triplet: DC, F8 and 21. RGB value is (220,248,33). Sum of RGB (Red+Green+Blue) = 220+248+33=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 33 (13.28% from 255 or 6.59% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF821 is #2307DE. Grayscale: #D7D7D7. Windows color (decimal): -2295775 or 2226396. OLE color: 2226396.

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

Color convert

RGB 220 248 33 -
CMYK 0.11 0 0.87 0.03
HSL 67.81º 0.94% 0.55% -
HSV(B) 67.81º 0.87% 0.97% -
XYZ 63.36 82.46 14.02 -
YUV 215.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 220 248 33 0.11 0 0.87 0.03 67.81 0.94 0.55
Hex DC F8 21 B 0 57 3 44 5E 37
Octal 334 370 41 13 0 127 3 104 136 67
Binary 11011100 11111000 100001 1011 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DCF821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF821

Black with #DCF821

Text Example


Text Example

White with #DCF821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF821; }

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

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

background-color css

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

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

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

border-color css

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

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

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