Html Css Color HEX #DCF835 Pear

📋 copy color: '#DCF835'

red 220 ◦ green 248 ◦ blue 53

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

Shades of Pear #DCF835

Tints of Pear #DCF835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.17%

R = 42.23%
G = 47.6%
B = 10.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#DCF835 (or 0xDCF835) is known color: Pear. HEX triplet: DC, F8 and 35. RGB value is (220,248,53). Sum of RGB (Red+Green+Blue) = 220+248+53=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF835 is #2307CA. Grayscale: #DADADA. Windows color (decimal): -2295755 or 3537116. OLE color: 3537116.

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

Color convert

RGB 220 248 53 -
CMYK 0.11 0 0.79 0.03
HSL 68.62º 0.93% 0.59% -
HSV(B) 68.62º 0.79% 0.97% -
XYZ 63.73 82.61 15.95 -
YUV 217.4 35.22 129.86 -
System Red Green Blue C M Y K H S L
Decimal 220 248 53 0.11 0 0.79 0.03 68.62 0.93 0.59
Hex DC F8 35 B 0 4F 3 45 5D 3B
Octal 334 370 65 13 0 117 3 105 135 73
Binary 11011100 11111000 110101 1011 0 1001111 11 1000101 1011101 111011

Color Harmonies of #DCF835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF835

Black with #DCF835

Text Example


Text Example

White with #DCF835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF835; }

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

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

background-color css

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

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

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

border-color css

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

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

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