#D5FF8F

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

Shades of Reef #D5FF8F

Tints of Reef #D5FF8F

Color information

#D5FF8F (or 0xD5FF8F) is unknown color: approx Reef. HEX triplet: D5, FF and 8F. RGB value is (213,255,143). Sum of RGB (Red+Green+Blue) = 213+255+143=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF8F is #2A0070. Grayscale: #E6E6E6. Windows color (decimal): -2752625 or 9437141. OLE color: 9437141.

HSL color Cylindrical-coordinate representation of color #D5FF8F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FF8F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB213255143-
CMYK0.1600.440
HSL82.5º100%78.04%-
HSV(B)82.5º43.92%100%-
XYZ68.1687.6539.31-
YUV229.6779.09116.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 143 (56.25% from 255) = 23.40%
R=34.86%
G=41.73%
B=23.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551430.1600.44082.510078.04
HexD5FF8F1002C052644e
Octal325377217200540122144116
Binary1101010111111111100011111000001011000101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF8F; }

 p { color: rgb(213,255,143); }

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

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

 a { background-color: rgb(213,255,143); }

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

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

 span { border-color: rgb(213,255,143); }

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