#D6F18D

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

Shades of Reef #D6F18D

Tints of Reef #D6F18D

Color information

#D6F18D (or 0xD6F18D) is unknown color: approx Reef. HEX triplet: D6, F1 and 8D. RGB value is (214,241,141). Sum of RGB (Red+Green+Blue) = 214+241+141=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F18D is #290E72. Grayscale: #DDDDDD. Windows color (decimal): -2690675 or 9302486. OLE color: 9302486.

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

Color convert

RGB214241141-
CMYK0.1100.410.05
HSL76.2º78.12%74.9%-
HSV(B)76.2º41.49%94.51%-
XYZ63.9979.1337.1-
YUV221.5382.55122.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 40.44%
BLUE value IS 141 (55.47% from 255) = 23.66%
R=35.91%
G=40.44%
B=23.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411410.1100.410.0576.278.1274.9
HexD6F18DB02954c4e4b
Octal326361215130515114116113
Binary11010110111100011000110110110101001101100110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F18D; }

 p { color: rgb(214,241,141); }

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

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

 a { background-color: rgb(214,241,141); }

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

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

 span { border-color: rgb(214,241,141); }

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