Html Css Color HEX #DAF794 Reef

📋 copy color: '#DAF794'

red 218 ◦ green 247 ◦ blue 148

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

Shades of Reef #DAF794

Tints of Reef #DAF794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.14%

R = 35.56%
G = 40.29%
B = 24.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#DAF794 (or 0xDAF794) is known color: Reef. HEX triplet: DA, F7 and 94. RGB value is (218,247,148). Sum of RGB (Red+Green+Blue) = 218+247+148=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF794 is #25086B. Grayscale: #E3E3E3. Windows color (decimal): -2426988 or 9762778. OLE color: 9762778.

HSL color Cylindrical-coordinate representation of color #DAF794: hue angle of 77.58º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF794 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 247 148 -
CMYK 0.12 0 0.40 0.03
HSL 77.58º 0.86% 0.77% -
HSV(B) 77.58º 0.4% 0.97% -
XYZ 67.52 83.57 40.59 -
YUV 227.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 218 247 148 0.12 0 0.40 0.03 77.58 0.86 0.77
Hex DA F7 94 C 0 28 3 4E 56 4D
Octal 332 367 224 14 0 50 3 116 126 115
Binary 11011010 11110111 10010100 1100 0 101000 11 1001110 1010110 1001101

Color Harmonies of #DAF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF794

Black with #DAF794

Text Example


Text Example

White with #DAF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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