Html Css Color HEX #DAF995 Reef

📋 copy color: '#DAF995'

red 218 ◦ green 249 ◦ blue 149

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

Shades of Reef #DAF995

Tints of Reef #DAF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.42%

 BLUE value IS 149 (58.59% from 255) = 24.19%

R = 35.39%
G = 40.42%
B = 24.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#DAF995 (or 0xDAF995) is known color: Reef. HEX triplet: DA, F9 and 95. RGB value is (218,249,149). Sum of RGB (Red+Green+Blue) = 218+249+149=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF995 is #25066A. Grayscale: #E4E4E4. Windows color (decimal): -2426475 or 9828826. OLE color: 9828826.

HSL color Cylindrical-coordinate representation of color #DAF995: hue angle of 78.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAF995 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 149 -
CMYK 0.12 0 0.40 0.02
HSL 78.6º 0.89% 0.78% -
HSV(B) 78.6º 0.4% 0.98% -
XYZ 68.21 84.83 41.21 -
YUV 228.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 218 249 149 0.12 0 0.40 0.02 78.6 0.89 0.78
Hex DA F9 95 C 0 28 2 4F 59 4E
Octal 332 371 225 14 0 50 2 117 131 116
Binary 11011010 11111001 10010101 1100 0 101000 10 1001111 1011001 1001110

Color Harmonies of #DAF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF995

Black with #DAF995

Text Example


Text Example

White with #DAF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF995; }

 p { color: rgb(218,249,149); }

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

background-color css

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

 a { background-color: rgb(218,249,149); }

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

border-color css

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

 span { border-color: rgb(218,249,149); }

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