Html Css Color HEX #DAEE1A Pear

📋 copy color: '#DAEE1A'

red 218 ◦ green 238 ◦ blue 26

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

Shades of Pear #DAEE1A

Tints of Pear #DAEE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.39%

R = 45.23%
G = 49.38%
B = 5.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DAEE1A (or 0xDAEE1A) is known color: Pear. HEX triplet: DA, EE and 1A. RGB value is (218,238,26). Sum of RGB (Red+Green+Blue) = 218+238+26=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE1A is #2511E5. Grayscale: #D0D0D0. Windows color (decimal): -2429414 or 1765082. OLE color: 1765082.

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

Color convert

RGB 218 238 26 -
CMYK 0.08 0 0.89 0.07
HSL 65.66º 0.86% 0.52% -
HSV(B) 65.66º 0.89% 0.93% -
XYZ 59.67 76.13 12.53 -
YUV 207.85 25.37 135.24 -
System Red Green Blue C M Y K H S L
Decimal 218 238 26 0.08 0 0.89 0.07 65.66 0.86 0.52
Hex DA EE 1A 8 0 59 7 42 56 34
Octal 332 356 32 10 0 131 7 102 126 64
Binary 11011010 11101110 11010 1000 0 1011001 111 1000010 1010110 110100

Color Harmonies of #DAEE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE1A

Black with #DAEE1A

Text Example


Text Example

White with #DAEE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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