Html Css Color HEX #DAFF48 Pear

📋 copy color: '#DAFF48'

red 218 ◦ green 255 ◦ blue 72

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

Shades of Pear #DAFF48

Tints of Pear #DAFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.21%

R = 40%
G = 46.79%
B = 13.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#DAFF48 (or 0xDAFF48) is known color: Pear. HEX triplet: DA, FF and 48. RGB value is (218,255,72). Sum of RGB (Red+Green+Blue) = 218+255+72=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF48 is #2500B7. Grayscale: #DFDFDF. Windows color (decimal): -2425016 or 4784090. OLE color: 4784090.

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

Color convert

RGB 218 255 72 -
CMYK 0.15 0 0.72 0
HSL 72.13º 1% 0.64% -
HSV(B) 72.13º 0.72% 1% -
XYZ 65.84 86.89 19.43 -
YUV 223.08 42.74 124.38 -
System Red Green Blue C M Y K H S L
Decimal 218 255 72 0.15 0 0.72 0 72.13 1 0.64
Hex DA FF 48 F 0 48 0 48 64 40
Octal 332 377 110 17 0 110 0 110 144 100
Binary 11011010 11111111 1001000 1111 0 1001000 0 1001000 1100100 1000000

Color Harmonies of #DAFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFF48

Black with #DAFF48

Text Example


Text Example

White with #DAFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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