#DAF58F

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

Shades of Reef #DAF58F

Tints of Reef #DAF58F

Color information

#DAF58F (or 0xDAF58F) is unknown color: approx Reef. HEX triplet: DA, F5 and 8F. RGB value is (218,245,143). Sum of RGB (Red+Green+Blue) = 218+245+143=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF58F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF58F is #250A70. Grayscale: #E1E1E1. Windows color (decimal): -2427505 or 9434586. OLE color: 9434586.

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

Color convert

RGB218245143-
CMYK0.1100.420.04
HSL75.88º83.61%76.08%-
HSV(B)75.88º41.63%96.08%-
XYZ66.5282.1938.35-
YUV225.381.55122.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 245 (96.09% from 255) = 40.43%
BLUE value IS 143 (56.25% from 255) = 23.60%
R=35.97%
G=40.43%
B=23.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451430.1100.420.0475.8883.6176.08
HexDAF58FB02A44c544c
Octal332365217130524114124114
Binary11011010111101011000111110110101010100100110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF58F; }

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

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

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

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

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

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

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

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