#b0d03f

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

Shades of Atlantis #B0D03F

Tints of Atlantis #B0D03F

Color information

#B0D03F (or 0xB0D03F) is unknown color: approx Atlantis. HEX triplet: B0, D0 and 3F. RGB value is (176,208,63). Sum of RGB (Red+Green+Blue) = 176+208+63=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D03F is #4F2FC0. Grayscale: #B6B6B6. Windows color (decimal): -5189569 or 4182192. OLE color: 4182192.

HSL color Cylindrical-coordinate representation of color #B0D03F: hue angle of 73.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0D03F is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB17620863-
CMYK0.1500.700.18
HSL73.24º60.67%53.14%-
HSV(B)73.24º69.71%81.57%-
XYZ41.3654.713.08-
YUV181.960.9123.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 208 (81.64% from 255) = 46.53%
BLUE value IS 63 (25% from 255) = 14.09%
R=39.37%
G=46.53%
B=14.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176208630.1500.700.1873.2460.6753.14
HexB0D03FF04612493d35
Octal26032077170106221117565
Binary1011000011010000111111111101000110100101001001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0d03f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0d03f; }

 p { color: rgb(176,208,63); }

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

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

 a { background-color: rgb(176,208,63); }

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

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

 span { border-color: rgb(176,208,63); }

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