Html Css Color HEX #DAEF1D Pear

📋 copy color: '#DAEF1D'

red 218 ◦ green 239 ◦ blue 29

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

Shades of Pear #DAEF1D

Tints of Pear #DAEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 29 (11.72% from 255) = 5.97%

R = 44.86%
G = 49.18%
B = 5.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#DAEF1D (or 0xDAEF1D) is known color: Pear. HEX triplet: DA, EF and 1D. RGB value is (218,239,29). Sum of RGB (Red+Green+Blue) = 218+239+29=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF1D is #2510E2. Grayscale: #D1D1D1. Windows color (decimal): -2429155 or 1961946. OLE color: 1961946.

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

Color convert

RGB 218 239 29 -
CMYK 0.09 0 0.88 0.06
HSL 66º 0.87% 0.53% -
HSV(B) 66º 0.88% 0.94% -
XYZ 60 76.73 12.81 -
YUV 208.78 26.54 134.58 -
System Red Green Blue C M Y K H S L
Decimal 218 239 29 0.09 0 0.88 0.06 66 0.87 0.53
Hex DA EF 1D 9 0 58 6 42 57 35
Octal 332 357 35 11 0 130 6 102 127 65
Binary 11011010 11101111 11101 1001 0 1011000 110 1000010 1010111 110101

Color Harmonies of #DAEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEF1D

Black with #DAEF1D

Text Example


Text Example

White with #DAEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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