Html Css Color HEX #DAEC40 Pear

📋 copy color: '#DAEC40'

red 218 ◦ green 236 ◦ blue 64

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

Shades of Pear #DAEC40

Tints of Pear #DAEC40

RGB

 RED value IS 218 (85.55% from 255) = 42.08%

 GREEN value IS 236 (92.58% from 255) = 45.56%

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

R = 42.08%
G = 45.56%
B = 12.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DAEC40 (or 0xDAEC40) is known color: Pear. HEX triplet: DA, EC and 40. RGB value is (218,236,64). Sum of RGB (Red+Green+Blue) = 218+236+64=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC40 is #2513BF. Grayscale: #D3D3D3. Windows color (decimal): -2429888 or 4254938. OLE color: 4254938.

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

Color convert

RGB 218 236 64 -
CMYK 0.08 0 0.73 0.07
HSL 66.28º 0.82% 0.59% -
HSV(B) 66.28º 0.73% 0.93% -
XYZ 59.83 75.27 16.22 -
YUV 211.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 218 236 64 0.08 0 0.73 0.07 66.28 0.82 0.59
Hex DA EC 40 8 0 49 7 42 52 3B
Octal 332 354 100 10 0 111 7 102 122 73
Binary 11011010 11101100 1000000 1000 0 1001001 111 1000010 1010010 111011

Color Harmonies of #DAEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEC40

Black with #DAEC40

Text Example


Text Example

White with #DAEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEC40; }

 p { color: rgb(218,236,64); }

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

background-color css

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

 a { background-color: rgb(218,236,64); }

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

border-color css

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

 span { border-color: rgb(218,236,64); }

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