Html Css Color HEX #DCEF35 Pear

📋 copy color: '#DCEF35'

red 220 ◦ green 239 ◦ blue 53

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

Shades of Pear #DCEF35

Tints of Pear #DCEF35

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 42.97%
G = 46.68%
B = 10.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#DCEF35 (or 0xDCEF35) is known color: Pear. HEX triplet: DC, EF and 35. RGB value is (220,239,53). Sum of RGB (Red+Green+Blue) = 220+239+53=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 53 (21.09% from 255 or 10.35% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF35 is #2310CA. Grayscale: #D4D4D4. Windows color (decimal): -2298059 or 3534812. OLE color: 3534812.

HSL color Cylindrical-coordinate representation of color #DCEF35: hue angle of 66.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCEF35 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 53 -
CMYK 0.08 0 0.78 0.06
HSL 66.13º 0.85% 0.57% -
HSV(B) 66.13º 0.78% 0.94% -
XYZ 61.02 77.21 15.05 -
YUV 212.12 38.21 133.62 -
System Red Green Blue C M Y K H S L
Decimal 220 239 53 0.08 0 0.78 0.06 66.13 0.85 0.57
Hex DC EF 35 8 0 4E 6 42 55 39
Octal 334 357 65 10 0 116 6 102 125 71
Binary 11011100 11101111 110101 1000 0 1001110 110 1000010 1010101 111001

Color Harmonies of #DCEF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF35

Black with #DCEF35

Text Example


Text Example

White with #DCEF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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