Html Css Color HEX #DAEB2E Pear

📋 copy color: '#DAEB2E'

red 218 ◦ green 235 ◦ blue 46

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

Shades of Pear #DAEB2E

Tints of Pear #DAEB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.22%

R = 43.69%
G = 47.09%
B = 9.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#DAEB2E (or 0xDAEB2E) is known color: Pear. HEX triplet: DA, EB and 2E. RGB value is (218,235,46). Sum of RGB (Red+Green+Blue) = 218+235+46=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB2E is #2514D1. Grayscale: #D1D1D1. Windows color (decimal): -2430162 or 3075034. OLE color: 3075034.

HSL color Cylindrical-coordinate representation of color #DAEB2E: hue angle of 65.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAEB2E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 46 -
CMYK 0.07 0 0.80 0.08
HSL 65.4º 0.83% 0.55% -
HSV(B) 65.4º 0.8% 0.92% -
XYZ 59.11 74.52 13.85 -
YUV 208.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 218 235 46 0.07 0 0.80 0.08 65.4 0.83 0.55
Hex DA EB 2E 7 0 50 8 41 53 37
Octal 332 353 56 7 0 120 10 101 123 67
Binary 11011010 11101011 101110 111 0 1010000 1000 1000001 1010011 110111

Color Harmonies of #DAEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB2E

Black with #DAEB2E

Text Example


Text Example

White with #DAEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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