Html Css Color HEX #DCEF40 Pear

📋 copy color: '#DCEF40'

red 220 ◦ green 239 ◦ blue 64

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

Shades of Pear #DCEF40

Tints of Pear #DCEF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.24%

R = 42.07%
G = 45.7%
B = 12.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#DCEF40 (or 0xDCEF40) is known color: Pear. HEX triplet: DC, EF and 40. RGB value is (220,239,64). Sum of RGB (Red+Green+Blue) = 220+239+64=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEF40 is #2310BF. Grayscale: #D6D6D6. Windows color (decimal): -2298048 or 4255708. OLE color: 4255708.

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

Color convert

RGB 220 239 64 -
CMYK 0.08 0 0.73 0.06
HSL 66.51º 0.85% 0.59% -
HSV(B) 66.51º 0.73% 0.94% -
XYZ 61.31 77.32 16.54 -
YUV 213.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 220 239 64 0.08 0 0.73 0.06 66.51 0.85 0.59
Hex DC EF 40 8 0 49 6 43 55 3B
Octal 334 357 100 10 0 111 6 103 125 73
Binary 11011100 11101111 1000000 1000 0 1001001 110 1000011 1010101 111011

Color Harmonies of #DCEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF40

Black with #DCEF40

Text Example


Text Example

White with #DCEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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