#DAF38D

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

Shades of Reef #DAF38D

Tints of Reef #DAF38D

Color information

#DAF38D (or 0xDAF38D) is unknown color: approx Reef. HEX triplet: DA, F3 and 8D. RGB value is (218,243,141). Sum of RGB (Red+Green+Blue) = 218+243+141=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF38D is #250C72. Grayscale: #E0E0E0. Windows color (decimal): -2428019 or 9303002. OLE color: 9303002.

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

Color convert

RGB218243141-
CMYK0.1000.420.05
HSL74.71º80.95%75.29%-
HSV(B)74.71º41.98%95.29%-
XYZ65.7780.9337.35-
YUV223.981.22123.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 141 (55.47% from 255) = 23.42%
R=36.21%
G=40.37%
B=23.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431410.1000.420.0574.7180.9575.29
HexDAF38DA02A54b514b
Octal332363215120525113121113
Binary11011010111100111000110110100101010101100101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF38D; }

 p { color: rgb(218,243,141); }

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

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

 a { background-color: rgb(218,243,141); }

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

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

 span { border-color: rgb(218,243,141); }

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