Html Css Color HEX #DCEF3E Pear

📋 copy color: '#DCEF3E'

red 220 ◦ green 239 ◦ blue 62

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

Shades of Pear #DCEF3E

Tints of Pear #DCEF3E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

 BLUE value IS 62 (24.61% from 255) = 11.9%

R = 42.23%
G = 45.87%
B = 11.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#DCEF3E (or 0xDCEF3E) is known color: Pear. HEX triplet: DC, EF and 3E. RGB value is (220,239,62). Sum of RGB (Red+Green+Blue) = 220+239+62=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF3E is #2310C1. Grayscale: #D5D5D5. Windows color (decimal): -2298050 or 4124636. OLE color: 4124636.

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

Color convert

RGB 220 239 62 -
CMYK 0.08 0 0.74 0.06
HSL 66.44º 0.85% 0.59% -
HSV(B) 66.44º 0.74% 0.94% -
XYZ 61.25 77.3 16.25 -
YUV 213.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 220 239 62 0.08 0 0.74 0.06 66.44 0.85 0.59
Hex DC EF 3E 8 0 4A 6 42 55 3B
Octal 334 357 76 10 0 112 6 102 125 73
Binary 11011100 11101111 111110 1000 0 1001010 110 1000010 1010101 111011

Color Harmonies of #DCEF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF3E

Black with #DCEF3E

Text Example


Text Example

White with #DCEF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF3E; }

 p { color: rgb(220,239,62); }

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

background-color css

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

 a { background-color: rgb(220,239,62); }

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

border-color css

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

 span { border-color: rgb(220,239,62); }

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