Html Css Color HEX #DCEE2F Pear

📋 copy color: '#DCEE2F'

red 220 ◦ green 238 ◦ blue 47

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

Shades of Pear #DCEE2F

Tints of Pear #DCEE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.31%

R = 43.56%
G = 47.13%
B = 9.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DCEE2F (or 0xDCEE2F) is known color: Pear. HEX triplet: DC, EE and 2F. RGB value is (220,238,47). Sum of RGB (Red+Green+Blue) = 220+238+47=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE2F is #2311D0. Grayscale: #D3D3D3. Windows color (decimal): -2298321 or 3141340. OLE color: 3141340.

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

Color convert

RGB 220 238 47 -
CMYK 0.08 0 0.80 0.07
HSL 65.65º 0.85% 0.56% -
HSV(B) 65.65º 0.8% 0.93% -
XYZ 60.6 76.57 14.27 -
YUV 210.84 35.54 134.53 -
System Red Green Blue C M Y K H S L
Decimal 220 238 47 0.08 0 0.80 0.07 65.65 0.85 0.56
Hex DC EE 2F 8 0 50 7 42 55 38
Octal 334 356 57 10 0 120 7 102 125 70
Binary 11011100 11101110 101111 1000 0 1010000 111 1000010 1010101 111000

Color Harmonies of #DCEE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE2F

Black with #DCEE2F

Text Example


Text Example

White with #DCEE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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