Html Css Color HEX #DAF748 Pear

📋 copy color: '#DAF748'

red 218 ◦ green 247 ◦ blue 72

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

Shades of Pear #DAF748

Tints of Pear #DAF748

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46%

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

R = 40.6%
G = 46%
B = 13.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#DAF748 (or 0xDAF748) is known color: Pear. HEX triplet: DA, F7 and 48. RGB value is (218,247,72). Sum of RGB (Red+Green+Blue) = 218+247+72=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF748 is #2508B7. Grayscale: #DBDBDB. Windows color (decimal): -2427064 or 4782042. OLE color: 4782042.

HSL color Cylindrical-coordinate representation of color #DAF748: hue angle of 69.94º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAF748 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 72 -
CMYK 0.12 0 0.71 0.03
HSL 69.94º 0.92% 0.63% -
HSV(B) 69.94º 0.71% 0.97% -
XYZ 63.34 81.89 18.6 -
YUV 218.38 45.39 127.73 -
System Red Green Blue C M Y K H S L
Decimal 218 247 72 0.12 0 0.71 0.03 69.94 0.92 0.63
Hex DA F7 48 C 0 47 3 46 5C 3F
Octal 332 367 110 14 0 107 3 106 134 77
Binary 11011010 11110111 1001000 1100 0 1000111 11 1000110 1011100 111111

Color Harmonies of #DAF748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF748

Black with #DAF748

Text Example


Text Example

White with #DAF748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF748; }

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

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

background-color css

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

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

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

border-color css

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

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

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