Html Css Color HEX #DCEE2A Pear

📋 copy color: '#DCEE2A'

red 220 ◦ green 238 ◦ blue 42

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

Shades of Pear #DCEE2A

Tints of Pear #DCEE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.4%

R = 44%
G = 47.6%
B = 8.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DCEE2A (or 0xDCEE2A) is known color: Pear. HEX triplet: DC, EE and 2A. RGB value is (220,238,42). Sum of RGB (Red+Green+Blue) = 220+238+42=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE2A is #2311D5. Grayscale: #D3D3D3. Windows color (decimal): -2298326 or 2813660. OLE color: 2813660.

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

Color convert

RGB 220 238 42 -
CMYK 0.08 0 0.82 0.07
HSL 65.51º 0.85% 0.55% -
HSV(B) 65.51º 0.82% 0.93% -
XYZ 60.51 76.53 13.77 -
YUV 210.27 33.04 134.94 -
System Red Green Blue C M Y K H S L
Decimal 220 238 42 0.08 0 0.82 0.07 65.51 0.85 0.55
Hex DC EE 2A 8 0 52 7 42 55 37
Octal 334 356 52 10 0 122 7 102 125 67
Binary 11011100 11101110 101010 1000 0 1010010 111 1000010 1010101 110111

Color Harmonies of #DCEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE2A

Black with #DCEE2A

Text Example


Text Example

White with #DCEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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