Html Css Color HEX #DAFE48 Pear

📋 copy color: '#DAFE48'

red 218 ◦ green 254 ◦ blue 72

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

Shades of Pear #DAFE48

Tints of Pear #DAFE48

RGB

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

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

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

R = 40.07%
G = 46.69%
B = 13.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#DAFE48 (or 0xDAFE48) is known color: Pear. HEX triplet: DA, FE and 48. RGB value is (218,254,72). Sum of RGB (Red+Green+Blue) = 218+254+72=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE48 is #2501B7. Grayscale: #DFDFDF. Windows color (decimal): -2425272 or 4783834. OLE color: 4783834.

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

Color convert

RGB 218 254 72 -
CMYK 0.14 0 0.72 0.00
HSL 71.87º 0.99% 0.64% -
HSV(B) 71.87º 0.72% 1% -
XYZ 65.52 86.26 19.33 -
YUV 222.49 43.07 124.8 -
System Red Green Blue C M Y K H S L
Decimal 218 254 72 0.14 0 0.72 0.00 71.87 0.99 0.64
Hex DA FE 48 E 0 48 0 48 63 40
Octal 332 376 110 16 0 110 0 110 143 100
Binary 11011010 11111110 1001000 1110 0 1001000 0 1001000 1100011 1000000

Color Harmonies of #DAFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE48

Black with #DAFE48

Text Example


Text Example

White with #DAFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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