Html Css Color HEX #DCF828 Pear

📋 copy color: '#DCF828'

red 220 ◦ green 248 ◦ blue 40

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

Shades of Pear #DCF828

Tints of Pear #DCF828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.87%

R = 43.31%
G = 48.82%
B = 7.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#DCF828 (or 0xDCF828) is known color: Pear. HEX triplet: DC, F8 and 28. RGB value is (220,248,40). Sum of RGB (Red+Green+Blue) = 220+248+40=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 40 (16.02% from 255 or 7.87% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF828 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF828 is #2307D7. Grayscale: #D8D8D8. Windows color (decimal): -2295768 or 2685148. OLE color: 2685148.

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

Color convert

RGB 220 248 40 -
CMYK 0.11 0 0.84 0.03
HSL 68.08º 0.94% 0.56% -
HSV(B) 68.08º 0.84% 0.97% -
XYZ 63.47 82.5 14.59 -
YUV 215.92 28.72 130.91 -
System Red Green Blue C M Y K H S L
Decimal 220 248 40 0.11 0 0.84 0.03 68.08 0.94 0.56
Hex DC F8 28 B 0 54 3 44 5E 38
Octal 334 370 50 13 0 124 3 104 136 70
Binary 11011100 11111000 101000 1011 0 1010100 11 1000100 1011110 111000

Color Harmonies of #DCF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF828

Black with #DCF828

Text Example


Text Example

White with #DCF828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF828; }

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

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

background-color css

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

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

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

border-color css

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

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

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