#DAFB8A

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

Shades of Reef #DAFB8A

Tints of Reef #DAFB8A

Color information

#DAFB8A (or 0xDAFB8A) is unknown color: approx Reef. HEX triplet: DA, FB and 8A. RGB value is (218,251,138). Sum of RGB (Red+Green+Blue) = 218+251+138=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB8A is #250475. Grayscale: #E4E4E4. Windows color (decimal): -2425974 or 9108442. OLE color: 9108442.

HSL color Cylindrical-coordinate representation of color #DAFB8A: hue angle of 77.52º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAFB8A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB218251138-
CMYK0.1300.450.02
HSL77.52º93.39%76.27%-
HSV(B)77.52º45.02%98.43%-
XYZ6885.7337.01-
YUV228.2577.07120.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=35.91%
G=41.35%
B=22.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182511380.1300.450.0277.5293.3976.27
HexDAFB8AD02D24e5d4c
Octal332373212150552116135114
Binary1101101011111011100010101101010110110100111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB8A; }

 p { color: rgb(218,251,138); }

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

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

 a { background-color: rgb(218,251,138); }

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

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

 span { border-color: rgb(218,251,138); }

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