Html Css Color HEX #DAF595 Reef

📋 copy color: '#DAF595'

red 218 ◦ green 245 ◦ blue 149

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

Shades of Reef #DAF595

Tints of Reef #DAF595

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.03%

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

R = 35.62%
G = 40.03%
B = 24.35%

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

#DAF595 (or 0xDAF595) is known color: Reef. HEX triplet: DA, F5 and 95. RGB value is (218,245,149). Sum of RGB (Red+Green+Blue) = 218+245+149=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF595 is #250A6A. Grayscale: #E2E2E2. Windows color (decimal): -2427499 or 9827802. OLE color: 9827802.

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

Color convert

RGB 218 245 149 -
CMYK 0.11 0 0.39 0.04
HSL 76.88º 0.83% 0.77% -
HSV(B) 76.88º 0.39% 0.96% -
XYZ 66.99 82.38 40.8 -
YUV 225.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 218 245 149 0.11 0 0.39 0.04 76.88 0.83 0.77
Hex DA F5 95 B 0 27 4 4D 53 4D
Octal 332 365 225 13 0 47 4 115 123 115
Binary 11011010 11110101 10010101 1011 0 100111 100 1001101 1010011 1001101

Color Harmonies of #DAF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF595

Black with #DAF595

Text Example


Text Example

White with #DAF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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