#DAF095

Color #DAF095 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAF095

Tints of Reef #DAF095

Color information

#DAF095 (or 0xDAF095) is unknown color: approx Reef. HEX triplet: DA, F0 and 95. RGB value is (218,240,149). Sum of RGB (Red+Green+Blue) = 218+240+149=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF095 is #250F6A. Grayscale: #DFDFDF. Windows color (decimal): -2428779 or 9826522. OLE color: 9826522.

HSL color Cylindrical-coordinate representation of color #DAF095: hue angle of 74.51º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAF095 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB218240149-
CMYK0.0900.380.06
HSL74.51º75.21%76.27%-
HSV(B)74.51º37.92%94.12%-
XYZ65.579.440.31-
YUV223.0586.21124.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=35.91%
G=39.54%
B=24.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401490.0900.380.0674.5175.2176.27
HexDAF095902664b4b4c
Octal332360225110466113113114
Binary11011010111100001001010110010100110110100101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF095; }

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

 H1.HeaderClassName
 {
   color: #DAF095;
 }
 .AnyTagClassName
 {
   color: #DAF095;
 }
</style>
background-color css

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

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

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

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

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

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