#D5FCA5

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

Shades of Reef #D5FCA5

Tints of Reef #D5FCA5

Color information

#D5FCA5 (or 0xD5FCA5) is unknown color: approx Reef. HEX triplet: D5, FC and A5. RGB value is (213,252,165). Sum of RGB (Red+Green+Blue) = 213+252+165=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 165 (64.84% from 255 or 26.19% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCA5 is #2A035A. Grayscale: #E6E6E6. Windows color (decimal): -2753371 or 10878165. OLE color: 10878165.

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

Color convert

RGB213252165-
CMYK0.1500.350.01
HSL86.9º93.55%81.76%-
HSV(B)86.9º34.52%98.82%-
XYZ69.0486.4848.65-
YUV230.4291.08115.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.81%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 165 (64.84% from 255) = 26.19%
R=33.81%
G=40%
B=26.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132521650.1500.350.0186.993.5581.76
HexD5FCA5F0231575e52
Octal325374245170431127136122
Binary110101011111110010100101111101000111101011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCA5; }

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

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

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

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

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

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

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

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