#daef1e

Color #DAEF1E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAEF1E

Tints of Pear #DAEF1E

Color information

#DAEF1E (or 0xDAEF1E) is unknown color: approx Pear. HEX triplet: DA, EF and 1E. RGB value is (218,239,30). Sum of RGB (Red+Green+Blue) = 218+239+30=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF1E is #2510E1. Grayscale: #D1D1D1. Windows color (decimal): -2429154 or 2027482. OLE color: 2027482.

HSL color Cylindrical-coordinate representation of color #DAEF1E: hue angle of 66.03º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAEF1E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB21823930-
CMYK0.0900.870.06
HSL66.03º86.72%52.75%-
HSV(B)66.03º87.45%93.73%-
XYZ60.0176.7312.88-
YUV208.8927.04134.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 30 (12.11% from 255) = 6.16%
R=44.76%
G=49.08%
B=6.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218239300.0900.870.0666.0386.7252.75
HexDAEF1E90576425735
Octal33235736110127610212765
Binary11011010111011111111010010101011111010000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daef1e; }

 p { color: rgb(218,239,30); }

 H1.HeaderClassName
 {
   color: #daef1e;
 }
 .AnyTagClassName
 {
   color: #daef1e;
 }
</style>
background-color css

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

 a { background-color: rgb(218,239,30); }

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

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

 span { border-color: rgb(218,239,30); }

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