Html Css Color HEX #DAF295 Reef

📋 copy color: '#DAF295'

red 218 ◦ green 242 ◦ blue 149

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

Shades of Reef #DAF295

Tints of Reef #DAF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.74%

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

R = 35.8%
G = 39.74%
B = 24.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#DAF295 (or 0xDAF295) is known color: Reef. HEX triplet: DA, F2 and 95. RGB value is (218,242,149). Sum of RGB (Red+Green+Blue) = 218+242+149=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF295 is #250D6A. Grayscale: #E0E0E0. Windows color (decimal): -2428267 or 9827034. OLE color: 9827034.

HSL color Cylindrical-coordinate representation of color #DAF295: hue angle of 75.48º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAF295 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 149 -
CMYK 0.10 0 0.38 0.05
HSL 75.48º 0.78% 0.77% -
HSV(B) 75.48º 0.38% 0.95% -
XYZ 66.09 80.58 40.5 -
YUV 224.22 85.55 123.56 -
System Red Green Blue C M Y K H S L
Decimal 218 242 149 0.10 0 0.38 0.05 75.48 0.78 0.77
Hex DA F2 95 A 0 26 5 4B 4E 4D
Octal 332 362 225 12 0 46 5 113 116 115
Binary 11011010 11110010 10010101 1010 0 100110 101 1001011 1001110 1001101

Color Harmonies of #DAF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF295

Black with #DAF295

Text Example


Text Example

White with #DAF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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