Html Css Color HEX #DAEE2F Pear

📋 copy color: '#DAEE2F'

red 218 ◦ green 238 ◦ blue 47

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

Shades of Pear #DAEE2F

Tints of Pear #DAEE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 43.34%
G = 47.32%
B = 9.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DAEE2F (or 0xDAEE2F) is known color: Pear. HEX triplet: DA, EE and 2F. RGB value is (218,238,47). Sum of RGB (Red+Green+Blue) = 218+238+47=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEE2F is #2511D0. Grayscale: #D2D2D2. Windows color (decimal): -2429393 or 3141338. OLE color: 3141338.

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

Color convert

RGB 218 238 47 -
CMYK 0.08 0 0.80 0.07
HSL 66.28º 0.85% 0.56% -
HSV(B) 66.28º 0.8% 0.93% -
XYZ 60 76.26 14.25 -
YUV 210.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 218 238 47 0.08 0 0.80 0.07 66.28 0.85 0.56
Hex DA EE 2F 8 0 50 7 42 55 38
Octal 332 356 57 10 0 120 7 102 125 70
Binary 11011010 11101110 101111 1000 0 1010000 111 1000010 1010101 111000

Color Harmonies of #DAEE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEE2F

Black with #DAEE2F

Text Example


Text Example

White with #DAEE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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