Html Css Color HEX #DAEB40 Pear

📋 copy color: '#DAEB40'

red 218 ◦ green 235 ◦ blue 64

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

Shades of Pear #DAEB40

Tints of Pear #DAEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

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

R = 42.17%
G = 45.45%
B = 12.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#DAEB40 (or 0xDAEB40) is known color: Pear. HEX triplet: DA, EB and 40. RGB value is (218,235,64). Sum of RGB (Red+Green+Blue) = 218+235+64=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB40 is #2514BF. Grayscale: #D3D3D3. Windows color (decimal): -2430144 or 4254682. OLE color: 4254682.

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

Color convert

RGB 218 235 64 -
CMYK 0.07 0 0.73 0.08
HSL 65.96º 0.81% 0.59% -
HSV(B) 65.96º 0.73% 0.92% -
XYZ 59.55 74.69 16.13 -
YUV 210.42 45.37 133.4 -
System Red Green Blue C M Y K H S L
Decimal 218 235 64 0.07 0 0.73 0.08 65.96 0.81 0.59
Hex DA EB 40 7 0 49 8 42 51 3B
Octal 332 353 100 7 0 111 10 102 121 73
Binary 11011010 11101011 1000000 111 0 1001001 1000 1000010 1010001 111011

Color Harmonies of #DAEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB40

Black with #DAEB40

Text Example


Text Example

White with #DAEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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