Html Css Color HEX #DCEE3D Pear

📋 copy color: '#DCEE3D'

red 220 ◦ green 238 ◦ blue 61

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

Shades of Pear #DCEE3D

Tints of Pear #DCEE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.75%

R = 42.39%
G = 45.86%
B = 11.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DCEE3D (or 0xDCEE3D) is known color: Pear. HEX triplet: DC, EE and 3D. RGB value is (220,238,61). Sum of RGB (Red+Green+Blue) = 220+238+61=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3D is #2311C2. Grayscale: #D5D5D5. Windows color (decimal): -2298307 or 4058844. OLE color: 4058844.

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

Color convert

RGB 220 238 61 -
CMYK 0.08 0 0.74 0.07
HSL 66.1º 0.84% 0.59% -
HSV(B) 66.1º 0.74% 0.93% -
XYZ 60.93 76.7 16.01 -
YUV 212.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 220 238 61 0.08 0 0.74 0.07 66.1 0.84 0.59
Hex DC EE 3D 8 0 4A 7 42 54 3B
Octal 334 356 75 10 0 112 7 102 124 73
Binary 11011100 11101110 111101 1000 0 1001010 111 1000010 1010100 111011

Color Harmonies of #DCEE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE3D

Black with #DCEE3D

Text Example


Text Example

White with #DCEE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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