#D5FF8A

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

Shades of Reef #D5FF8A

Tints of Reef #D5FF8A

Color information

#D5FF8A (or 0xD5FF8A) is unknown color: approx Reef. HEX triplet: D5, FF and 8A. RGB value is (213,255,138). Sum of RGB (Red+Green+Blue) = 213+255+138=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF8A is #2A0075. Grayscale: #E5E5E5. Windows color (decimal): -2752630 or 9109461. OLE color: 9109461.

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

Color convert

RGB213255138-
CMYK0.1600.460
HSL81.54º100%77.06%-
HSV(B)81.54º45.88%100%-
XYZ67.7987.537.36-
YUV229.176.59116.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 138 (54.30% from 255) = 22.77%
R=35.15%
G=42.08%
B=22.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551380.1600.46081.5410077.06
HexD5FF8A1002E052644d
Octal325377212200560122144115
Binary1101010111111111100010101000001011100101001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF8A; }

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

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

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

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

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

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

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

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