Html Css Color HEX #DAFF4A Pear

📋 copy color: '#DAFF4A'

red 218 ◦ green 255 ◦ blue 74

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

Shades of Pear #DAFF4A

Tints of Pear #DAFF4A

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

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

R = 39.85%
G = 46.62%
B = 13.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#DAFF4A (or 0xDAFF4A) is known color: Pear. HEX triplet: DA, FF and 4A. RGB value is (218,255,74). Sum of RGB (Red+Green+Blue) = 218+255+74=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF4A is #2500B5. Grayscale: #DFDFDF. Windows color (decimal): -2425014 or 4915162. OLE color: 4915162.

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

Color convert

RGB 218 255 74 -
CMYK 0.15 0 0.71 0
HSL 72.27º 1% 0.65% -
HSV(B) 72.27º 0.71% 1% -
XYZ 65.91 86.92 19.78 -
YUV 223.3 43.74 124.22 -
System Red Green Blue C M Y K H S L
Decimal 218 255 74 0.15 0 0.71 0 72.27 1 0.65
Hex DA FF 4A F 0 47 0 48 64 41
Octal 332 377 112 17 0 107 0 110 144 101
Binary 11011010 11111111 1001010 1111 0 1000111 0 1001000 1100100 1000001

Color Harmonies of #DAFF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF4A

Black with #DAFF4A

Text Example


Text Example

White with #DAFF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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