Html Css Color HEX #DAEE40 Pear

📋 copy color: '#DAEE40'

red 218 ◦ green 238 ◦ blue 64

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

Shades of Pear #DAEE40

Tints of Pear #DAEE40

RGB

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

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

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

R = 41.92%
G = 45.77%
B = 12.31%

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

#DAEE40 (or 0xDAEE40) is known color: Pear. HEX triplet: DA, EE and 40. RGB value is (218,238,64). Sum of RGB (Red+Green+Blue) = 218+238+64=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE40 is #2511BF. Grayscale: #D4D4D4. Windows color (decimal): -2429376 or 4255450. OLE color: 4255450.

HSL color Cylindrical-coordinate representation of color #DAEE40: hue angle of 66.9º degrees, saturation: 0.84, 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 #DAEE40 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 64 -
CMYK 0.08 0 0.73 0.07
HSL 66.9º 0.84% 0.59% -
HSV(B) 66.9º 0.73% 0.93% -
XYZ 60.41 76.42 16.42 -
YUV 212.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 218 238 64 0.08 0 0.73 0.07 66.9 0.84 0.59
Hex DA EE 40 8 0 49 7 43 54 3B
Octal 332 356 100 10 0 111 7 103 124 73
Binary 11011010 11101110 1000000 1000 0 1001001 111 1000011 1010100 111011

Color Harmonies of #DAEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE40

Black with #DAEE40

Text Example


Text Example

White with #DAEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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