Html Css Color HEX #DAF548 Pear

📋 copy color: '#DAF548'

red 218 ◦ green 245 ◦ blue 72

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

Shades of Pear #DAF548

Tints of Pear #DAF548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

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

R = 40.75%
G = 45.79%
B = 13.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#DAF548 (or 0xDAF548) is known color: Pear. HEX triplet: DA, F5 and 48. RGB value is (218,245,72). Sum of RGB (Red+Green+Blue) = 218+245+72=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF548 is #250AB7. Grayscale: #D9D9D9. Windows color (decimal): -2427576 or 4781530. OLE color: 4781530.

HSL color Cylindrical-coordinate representation of color #DAF548: hue angle of 69.36º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAF548 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 245 72 -
CMYK 0.11 0 0.71 0.04
HSL 69.36º 0.9% 0.62% -
HSV(B) 69.36º 0.71% 0.96% -
XYZ 62.74 80.68 18.4 -
YUV 217.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 218 245 72 0.11 0 0.71 0.04 69.36 0.9 0.62
Hex DA F5 48 B 0 47 4 45 5A 3E
Octal 332 365 110 13 0 107 4 105 132 76
Binary 11011010 11110101 1001000 1011 0 1000111 100 1000101 1011010 111110

Color Harmonies of #DAF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF548

Black with #DAF548

Text Example


Text Example

White with #DAF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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