Html Css Color HEX #DAF696 Reef

📋 copy color: '#DAF696'

red 218 ◦ green 246 ◦ blue 150

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

Shades of Reef #DAF696

Tints of Reef #DAF696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 35.5%
G = 40.07%
B = 24.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DAF696 (or 0xDAF696) is known color: Reef. HEX triplet: DA, F6 and 96. RGB value is (218,246,150). Sum of RGB (Red+Green+Blue) = 218+246+150=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF696 is #250969. Grayscale: #E3E3E3. Windows color (decimal): -2427242 or 9893594. OLE color: 9893594.

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

Color convert

RGB 218 246 150 -
CMYK 0.11 0 0.39 0.04
HSL 77.5º 0.84% 0.78% -
HSV(B) 77.5º 0.39% 0.96% -
XYZ 67.37 83.02 41.33 -
YUV 226.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 218 246 150 0.11 0 0.39 0.04 77.5 0.84 0.78
Hex DA F6 96 B 0 27 4 4E 54 4E
Octal 332 366 226 13 0 47 4 116 124 116
Binary 11011010 11110110 10010110 1011 0 100111 100 1001110 1010100 1001110

Color Harmonies of #DAF696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF696

Black with #DAF696

Text Example


Text Example

White with #DAF696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF696; }

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

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

background-color css

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

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

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

border-color css

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

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

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