Html Css Color HEX #DCF832 Pear

📋 copy color: '#DCF832'

red 220 ◦ green 248 ◦ blue 50

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

Shades of Pear #DCF832

Tints of Pear #DCF832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 42.47%
G = 47.88%
B = 9.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#DCF832 (or 0xDCF832) is known color: Pear. HEX triplet: DC, F8 and 32. RGB value is (220,248,50). Sum of RGB (Red+Green+Blue) = 220+248+50=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF832 is #2307CD. Grayscale: #D9D9D9. Windows color (decimal): -2295758 or 3340508. OLE color: 3340508.

HSL color Cylindrical-coordinate representation of color #DCF832: hue angle of 68.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCF832 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 50 -
CMYK 0.11 0 0.80 0.03
HSL 68.48º 0.93% 0.58% -
HSV(B) 68.48º 0.8% 0.97% -
XYZ 63.66 82.58 15.6 -
YUV 217.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 220 248 50 0.11 0 0.80 0.03 68.48 0.93 0.58
Hex DC F8 32 B 0 50 3 44 5D 3A
Octal 334 370 62 13 0 120 3 104 135 72
Binary 11011100 11111000 110010 1011 0 1010000 11 1000100 1011101 111010

Color Harmonies of #DCF832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF832

Black with #DCF832

Text Example


Text Example

White with #DCF832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF832; }

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

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

background-color css

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

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

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

border-color css

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

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

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