#D5FF9D

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

Shades of Reef #D5FF9D

Tints of Reef #D5FF9D

Color information

#D5FF9D (or 0xD5FF9D) is unknown color: approx Reef. HEX triplet: D5, FF and 9D. RGB value is (213,255,157). Sum of RGB (Red+Green+Blue) = 213+255+157=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF9D is #2A0062. Grayscale: #E7E7E7. Windows color (decimal): -2752611 or 10354645. OLE color: 10354645.

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

Color convert

RGB213255157-
CMYK0.1600.380
HSL85.71º100%80.78%-
HSV(B)85.71º38.43%100%-
XYZ69.2988.145.25-
YUV231.2786.09114.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 255 (100% from 255) = 40.8%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=34.08%
G=40.8%
B=25.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551570.1600.38085.7110080.78
HexD5FF9D100260566451
Octal325377235200460126144121
Binary1101010111111111100111011000001001100101011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF9D; }

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

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

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

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

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

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

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

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