Html Css Color HEX #DAFE4A Pear

📋 copy color: '#DAFE4A'

red 218 ◦ green 254 ◦ blue 74

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

Shades of Pear #DAFE4A

Tints of Pear #DAFE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.55%

R = 39.93%
G = 46.52%
B = 13.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#DAFE4A (or 0xDAFE4A) is known color: Pear. HEX triplet: DA, FE and 4A. RGB value is (218,254,74). Sum of RGB (Red+Green+Blue) = 218+254+74=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 74 (29.30% from 255 or 13.55% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE4A is #2501B5. Grayscale: #DFDFDF. Windows color (decimal): -2425270 or 4914906. OLE color: 4914906.

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

Color convert

RGB 218 254 74 -
CMYK 0.14 0 0.71 0.00
HSL 72º 0.99% 0.64% -
HSV(B) 72º 0.71% 1% -
XYZ 65.59 86.28 19.68 -
YUV 222.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 218 254 74 0.14 0 0.71 0.00 72 0.99 0.64
Hex DA FE 4A E 0 47 0 48 63 40
Octal 332 376 112 16 0 107 0 110 143 100
Binary 11011010 11111110 1001010 1110 0 1000111 0 1001000 1100011 1000000

Color Harmonies of #DAFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE4A

Black with #DAFE4A

Text Example


Text Example

White with #DAFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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