Html Css Color HEX #DAF698 Reef

📋 copy color: '#DAF698'

red 218 ◦ green 246 ◦ blue 152

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

Shades of Reef #DAF698

Tints of Reef #DAF698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.68%

R = 35.39%
G = 39.94%
B = 24.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#DAF698 (or 0xDAF698) is known color: Reef. HEX triplet: DA, F6 and 98. RGB value is (218,246,152). Sum of RGB (Red+Green+Blue) = 218+246+152=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF698 is #250967. Grayscale: #E3E3E3. Windows color (decimal): -2427240 or 10024666. OLE color: 10024666.

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

Color convert

RGB 218 246 152 -
CMYK 0.11 0 0.38 0.04
HSL 77.87º 0.84% 0.78% -
HSV(B) 77.87º 0.38% 0.96% -
XYZ 67.54 83.08 42.18 -
YUV 226.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 218 246 152 0.11 0 0.38 0.04 77.87 0.84 0.78
Hex DA F6 98 B 0 26 4 4E 54 4E
Octal 332 366 230 13 0 46 4 116 124 116
Binary 11011010 11110110 10011000 1011 0 100110 100 1001110 1010100 1001110

Color Harmonies of #DAF698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF698

Black with #DAF698

Text Example


Text Example

White with #DAF698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF698; }

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

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

background-color css

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

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

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

border-color css

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

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

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