Html Css Color HEX #DAF493 Reef

📋 copy color: '#DAF493'

red 218 ◦ green 244 ◦ blue 147

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

Shades of Reef #DAF493

Tints of Reef #DAF493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.14%

R = 35.8%
G = 40.07%
B = 24.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DAF493 (or 0xDAF493) is known color: Reef. HEX triplet: DA, F4 and 93. RGB value is (218,244,147). Sum of RGB (Red+Green+Blue) = 218+244+147=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF493 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF493 is #250B6C. Grayscale: #E1E1E1. Windows color (decimal): -2427757 or 9696474. OLE color: 9696474.

HSL color Cylindrical-coordinate representation of color #DAF493: hue angle of 76.08º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF493 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 147 -
CMYK 0.11 0 0.40 0.04
HSL 76.08º 0.82% 0.77% -
HSV(B) 76.08º 0.4% 0.96% -
XYZ 66.53 81.71 39.87 -
YUV 225.17 83.89 122.89 -
System Red Green Blue C M Y K H S L
Decimal 218 244 147 0.11 0 0.40 0.04 76.08 0.82 0.77
Hex DA F4 93 B 0 28 4 4C 52 4D
Octal 332 364 223 13 0 50 4 114 122 115
Binary 11011010 11110100 10010011 1011 0 101000 100 1001100 1010010 1001101

Color Harmonies of #DAF493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF493

Black with #DAF493

Text Example


Text Example

White with #DAF493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF493; }

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

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

background-color css

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

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

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

border-color css

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

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

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