#D5F195

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

Shades of Reef #D5F195

Tints of Reef #D5F195

Color information

#D5F195 (or 0xD5F195) is unknown color: approx Reef. HEX triplet: D5, F1 and 95. RGB value is (213,241,149). Sum of RGB (Red+Green+Blue) = 213+241+149=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F195 is #2A0E6A. Grayscale: #DEDEDE. Windows color (decimal): -2756203 or 9826773. OLE color: 9826773.

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

Color convert

RGB213241149-
CMYK0.1200.380.05
HSL78.26º76.67%76.47%-
HSV(B)78.26º38.17%94.51%-
XYZ64.3279.2340.34-
YUV222.1486.72121.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=35.32%
G=39.97%
B=24.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411490.1200.380.0578.2676.6776.47
HexD5F195C02654e4d4c
Octal325361225140465116115114
Binary11010101111100011001010111000100110101100111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F195; }

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

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

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

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

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

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

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

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