Html Css Color HEX #DCEE2D Pear

📋 copy color: '#DCEE2D'

red 220 ◦ green 238 ◦ blue 45

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

Shades of Pear #DCEE2D

Tints of Pear #DCEE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.95%

R = 43.74%
G = 47.32%
B = 8.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DCEE2D (or 0xDCEE2D) is known color: Pear. HEX triplet: DC, EE and 2D. RGB value is (220,238,45). Sum of RGB (Red+Green+Blue) = 220+238+45=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE2D is #2311D2. Grayscale: #D3D3D3. Windows color (decimal): -2298323 or 3010268. OLE color: 3010268.

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

Color convert

RGB 220 238 45 -
CMYK 0.08 0 0.81 0.07
HSL 65.6º 0.85% 0.55% -
HSV(B) 65.6º 0.81% 0.93% -
XYZ 60.56 76.55 14.07 -
YUV 210.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 220 238 45 0.08 0 0.81 0.07 65.6 0.85 0.55
Hex DC EE 2D 8 0 51 7 42 55 37
Octal 334 356 55 10 0 121 7 102 125 67
Binary 11011100 11101110 101101 1000 0 1010001 111 1000010 1010101 110111

Color Harmonies of #DCEE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE2D

Black with #DCEE2D

Text Example


Text Example

White with #DCEE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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