Html Css Color HEX #DAEE2E Pear

📋 copy color: '#DAEE2E'

red 218 ◦ green 238 ◦ blue 46

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

Shades of Pear #DAEE2E

Tints of Pear #DAEE2E

RGB

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

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

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

R = 43.43%
G = 47.41%
B = 9.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#DAEE2E (or 0xDAEE2E) is known color: Pear. HEX triplet: DA, EE and 2E. RGB value is (218,238,46). Sum of RGB (Red+Green+Blue) = 218+238+46=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE2E is #2511D1. Grayscale: #D2D2D2. Windows color (decimal): -2429394 or 3075802. OLE color: 3075802.

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

Color convert

RGB 218 238 46 -
CMYK 0.08 0 0.81 0.07
HSL 66.25º 0.85% 0.56% -
HSV(B) 66.25º 0.81% 0.93% -
XYZ 59.98 76.25 14.14 -
YUV 210.13 35.37 133.61 -
System Red Green Blue C M Y K H S L
Decimal 218 238 46 0.08 0 0.81 0.07 66.25 0.85 0.56
Hex DA EE 2E 8 0 51 7 42 55 38
Octal 332 356 56 10 0 121 7 102 125 70
Binary 11011010 11101110 101110 1000 0 1010001 111 1000010 1010101 111000

Color Harmonies of #DAEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE2E

Black with #DAEE2E

Text Example


Text Example

White with #DAEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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