Html Css Color HEX #DCEE3C Pear

📋 copy color: '#DCEE3C'

red 220 ◦ green 238 ◦ blue 60

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

Shades of Pear #DCEE3C

Tints of Pear #DCEE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.58%

R = 42.47%
G = 45.95%
B = 11.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#DCEE3C (or 0xDCEE3C) is known color: Pear. HEX triplet: DC, EE and 3C. RGB value is (220,238,60). Sum of RGB (Red+Green+Blue) = 220+238+60=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3C is #2311C3. Grayscale: #D5D5D5. Windows color (decimal): -2298308 or 3993308. OLE color: 3993308.

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

Color convert

RGB 220 238 60 -
CMYK 0.08 0 0.75 0.07
HSL 66.07º 0.84% 0.58% -
HSV(B) 66.07º 0.75% 0.93% -
XYZ 60.91 76.69 15.87 -
YUV 212.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 220 238 60 0.08 0 0.75 0.07 66.07 0.84 0.58
Hex DC EE 3C 8 0 4B 7 42 54 3A
Octal 334 356 74 10 0 113 7 102 124 72
Binary 11011100 11101110 111100 1000 0 1001011 111 1000010 1010100 111010

Color Harmonies of #DCEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE3C

Black with #DCEE3C

Text Example


Text Example

White with #DCEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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