Html Css Color HEX #DAF691 Reef

📋 copy color: '#DAF691'

red 218 ◦ green 246 ◦ blue 145

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

Shades of Reef #DAF691

Tints of Reef #DAF691

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.39%

 BLUE value IS 145 (57.03% from 255) = 23.81%

R = 35.8%
G = 40.39%
B = 23.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#DAF691 (or 0xDAF691) is known color: Reef. HEX triplet: DA, F6 and 91. RGB value is (218,246,145). Sum of RGB (Red+Green+Blue) = 218+246+145=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF691 is #25096E. Grayscale: #E2E2E2. Windows color (decimal): -2427247 or 9565914. OLE color: 9565914.

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

Color convert

RGB 218 246 145 -
CMYK 0.11 0 0.41 0.04
HSL 76.63º 0.85% 0.77% -
HSV(B) 76.63º 0.41% 0.96% -
XYZ 66.98 82.86 39.25 -
YUV 226.11 82.22 122.21 -
System Red Green Blue C M Y K H S L
Decimal 218 246 145 0.11 0 0.41 0.04 76.63 0.85 0.77
Hex DA F6 91 B 0 29 4 4D 55 4D
Octal 332 366 221 13 0 51 4 115 125 115
Binary 11011010 11110110 10010001 1011 0 101001 100 1001101 1010101 1001101

Color Harmonies of #DAF691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF691

Black with #DAF691

Text Example


Text Example

White with #DAF691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF691; }

 p { color: rgb(218,246,145); }

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

background-color css

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

 a { background-color: rgb(218,246,145); }

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

border-color css

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

 span { border-color: rgb(218,246,145); }

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