#D0F195

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

Shades of Reef #D0F195

Tints of Reef #D0F195

Color information

#D0F195 (or 0xD0F195) is unknown color: approx Reef. HEX triplet: D0, F1 and 95. RGB value is (208,241,149). Sum of RGB (Red+Green+Blue) = 208+241+149=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F195 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F195 is #2F0E6A. Grayscale: #DCDCDC. Windows color (decimal): -3083883 or 9826768. OLE color: 9826768.

HSL color Cylindrical-coordinate representation of color #D0F195: hue angle of 81.52º 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 #D0F195 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB208241149-
CMYK0.1400.380.05
HSL81.52º76.67%76.47%-
HSV(B)81.52º38.17%94.51%-
XYZ62.8978.4940.27-
YUV220.6487.57118.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=34.78%
G=40.30%
B=24.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082411490.1400.380.0581.5276.6776.47
HexD0F195E0265524d4c
Octal320361225160465122115114
Binary11010000111100011001010111100100110101101001010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F195; }

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

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

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

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

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

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

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

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