#D5FDA1

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

Shades of Reef #D5FDA1

Tints of Reef #D5FDA1

Color information

#D5FDA1 (or 0xD5FDA1) is unknown color: approx Reef. HEX triplet: D5, FD and A1. RGB value is (213,253,161). Sum of RGB (Red+Green+Blue) = 213+253+161=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDA1 is #2A025E. Grayscale: #E6E6E6. Windows color (decimal): -2753119 or 10616277. OLE color: 10616277.

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

Color convert

RGB213253161-
CMYK0.1600.360.01
HSL86.09º95.83%81.18%-
HSV(B)86.09º36.36%99.22%-
XYZ6986.9746.87-
YUV230.5588.75115.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 161 (63.28% from 255) = 25.68%
R=33.97%
G=40.35%
B=25.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531610.1600.360.0186.0995.8381.18
HexD5FDA1100241566051
Octal325375241200441126140121
Binary1101010111111101101000011000001001001101011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDA1; }

 p { color: rgb(213,253,161); }

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

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

 a { background-color: rgb(213,253,161); }

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

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

 span { border-color: rgb(213,253,161); }

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