Html Css Color HEX #DAFE2E Pear

📋 copy color: '#DAFE2E'

red 218 ◦ green 254 ◦ blue 46

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

Shades of Pear #DAFE2E

Tints of Pear #DAFE2E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.03%

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

R = 42.08%
G = 49.03%
B = 8.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#DAFE2E (or 0xDAFE2E) is known color: Pear. HEX triplet: DA, FE and 2E. RGB value is (218,254,46). Sum of RGB (Red+Green+Blue) = 218+254+46=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE2E is #2501D1. Grayscale: #DCDCDC. Windows color (decimal): -2425298 or 3079898. OLE color: 3079898.

HSL color Cylindrical-coordinate representation of color #DAFE2E: hue angle of 70.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAFE2E is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 46 -
CMYK 0.14 0 0.82 0.00
HSL 70.38º 0.99% 0.59% -
HSV(B) 70.38º 0.82% 1% -
XYZ 64.85 85.99 15.76 -
YUV 219.52 30.07 126.91 -
System Red Green Blue C M Y K H S L
Decimal 218 254 46 0.14 0 0.82 0.00 70.38 0.99 0.59
Hex DA FE 2E E 0 52 0 46 63 3B
Octal 332 376 56 16 0 122 0 106 143 73
Binary 11011010 11111110 101110 1110 0 1010010 0 1000110 1100011 111011

Color Harmonies of #DAFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE2E

Black with #DAFE2E

Text Example


Text Example

White with #DAFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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