Html Css Color HEX #DAF448 Pear

📋 copy color: '#DAF448'

red 218 ◦ green 244 ◦ blue 72

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

Shades of Pear #DAF448

Tints of Pear #DAF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.69%

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

R = 40.82%
G = 45.69%
B = 13.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DAF448 (or 0xDAF448) is known color: Pear. HEX triplet: DA, F4 and 48. RGB value is (218,244,72). Sum of RGB (Red+Green+Blue) = 218+244+72=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF448 is #250BB7. Grayscale: #D9D9D9. Windows color (decimal): -2427832 or 4781274. OLE color: 4781274.

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

Color convert

RGB 218 244 72 -
CMYK 0.11 0 0.70 0.04
HSL 69.07º 0.89% 0.62% -
HSV(B) 69.07º 0.7% 0.96% -
XYZ 62.43 80.07 18.3 -
YUV 216.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 218 244 72 0.11 0 0.70 0.04 69.07 0.89 0.62
Hex DA F4 48 B 0 46 4 45 59 3E
Octal 332 364 110 13 0 106 4 105 131 76
Binary 11011010 11110100 1001000 1011 0 1000110 100 1000101 1011001 111110

Color Harmonies of #DAF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF448

Black with #DAF448

Text Example


Text Example

White with #DAF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF448; }

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

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

background-color css

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

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

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

border-color css

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

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

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