#D1FD9A

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

Shades of Reef #D1FD9A

Tints of Reef #D1FD9A

Color information

#D1FD9A (or 0xD1FD9A) is unknown color: approx Reef. HEX triplet: D1, FD and 9A. RGB value is (209,253,154). Sum of RGB (Red+Green+Blue) = 209+253+154=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FD9A is #2E0265. Grayscale: #E4E4E4. Windows color (decimal): -3015270 or 10157521. OLE color: 10157521.

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

Color convert

RGB209253154-
CMYK0.1700.390.01
HSL86.67º96.12%79.8%-
HSV(B)86.67º39.13%99.22%-
XYZ67.2586.1443.65-
YUV228.5685.92114.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.93%
GREEN value IS 253 (99.22% from 255) = 41.07%
BLUE value IS 154 (60.55% from 255) = 25%
R=33.93%
G=41.07%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092531540.1700.390.0186.6796.1279.8
HexD1FD9A110271576050
Octal321375232210471127140120
Binary1101000111111101100110101000101001111101011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FD9A; }

 p { color: rgb(209,253,154); }

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

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

 a { background-color: rgb(209,253,154); }

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

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

 span { border-color: rgb(209,253,154); }

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