#D5FFA5

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

Shades of Reef #D5FFA5

Tints of Reef #D5FFA5

Color information

#D5FFA5 (or 0xD5FFA5) is unknown color: approx Reef. HEX triplet: D5, FF and A5. RGB value is (213,255,165). Sum of RGB (Red+Green+Blue) = 213+255+165=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFA5 is #2A005A. Grayscale: #E8E8E8. Windows color (decimal): -2752603 or 10878933. OLE color: 10878933.

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

Color convert

RGB213255165-
CMYK0.1600.350
HSL88º100%82.35%-
HSV(B)88º35.29%100%-
XYZ69.9988.3848.97-
YUV232.1890.09114.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 165 (64.84% from 255) = 26.07%
R=33.65%
G=40.28%
B=26.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132551650.1600.3508810082.35
HexD5FFA5100230586452
Octal325377245200430130144122
Binary1101010111111111101001011000001000110101100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFA5; }

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

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

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

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

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

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

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

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