#D5F191

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

Shades of Reef #D5F191

Tints of Reef #D5F191

Color information

#D5F191 (or 0xD5F191) is unknown color: approx Reef. HEX triplet: D5, F1 and 91. RGB value is (213,241,145). Sum of RGB (Red+Green+Blue) = 213+241+145=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F191 is #2A0E6E. Grayscale: #DEDEDE. Windows color (decimal): -2756207 or 9564629. OLE color: 9564629.

HSL color Cylindrical-coordinate representation of color #D5F191: hue angle of 77.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5F191 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB213241145-
CMYK0.1200.400.05
HSL77.5º77.42%75.69%-
HSV(B)77.5º39.83%94.51%-
XYZ64.0179.138.68-
YUV221.6884.72121.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 145 (57.03% from 255) = 24.21%
R=35.56%
G=40.23%
B=24.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411450.1200.400.0577.577.4275.69
HexD5F191C02854e4d4c
Octal325361221140505116115114
Binary11010101111100011001000111000101000101100111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F191; }

 p { color: rgb(213,241,145); }

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

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

 a { background-color: rgb(213,241,145); }

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

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

 span { border-color: rgb(213,241,145); }

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