Html Css Color HEX #DCEE34 Pear

📋 copy color: '#DCEE34'

red 220 ◦ green 238 ◦ blue 52

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

Shades of Pear #DCEE34

Tints of Pear #DCEE34

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 52 (20.7% from 255) = 10.2%

R = 43.14%
G = 46.67%
B = 10.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#DCEE34 (or 0xDCEE34) is known color: Pear. HEX triplet: DC, EE and 34. RGB value is (220,238,52). Sum of RGB (Red+Green+Blue) = 220+238+52=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE34 is #2311CB. Grayscale: #D4D4D4. Windows color (decimal): -2298316 or 3469020. OLE color: 3469020.

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

Color convert

RGB 220 238 52 -
CMYK 0.08 0 0.78 0.07
HSL 65.81º 0.85% 0.57% -
HSV(B) 65.81º 0.78% 0.93% -
XYZ 60.71 76.61 14.84 -
YUV 211.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 220 238 52 0.08 0 0.78 0.07 65.81 0.85 0.57
Hex DC EE 34 8 0 4E 7 42 55 39
Octal 334 356 64 10 0 116 7 102 125 71
Binary 11011100 11101110 110100 1000 0 1001110 111 1000010 1010101 111001

Color Harmonies of #DCEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE34

Black with #DCEE34

Text Example


Text Example

White with #DCEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE34; }

 p { color: rgb(220,238,52); }

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

background-color css

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

 a { background-color: rgb(220,238,52); }

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

border-color css

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

 span { border-color: rgb(220,238,52); }

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