Html Css Color HEX #B0D13D Atlantis

📋 copy color: '#B0D13D'

red 176 ◦ green 209 ◦ blue 61

#B0D13D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #B0D13D

Tints of Atlantis #B0D13D

RGB

 RED value IS 176 (69.14% from 255) = 39.46%

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 39.46%
G = 46.86%
B = 13.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#B0D13D (or 0xB0D13D) is known color: Atlantis. HEX triplet: B0, D1 and 3D. RGB value is (176,209,61). Sum of RGB (Red+Green+Blue) = 176+209+61=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D13D is #4F2EC2. Grayscale: #B6B6B6. Windows color (decimal): -5189315 or 4051376. OLE color: 4051376.

HSL color Cylindrical-coordinate representation of color #B0D13D: hue angle of 73.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0D13D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 61 -
CMYK 0.16 0 0.71 0.18
HSL 73.38º 0.62% 0.53% -
HSV(B) 73.38º 0.71% 0.82% -
XYZ 41.55 55.17 12.87 -
YUV 182.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 176 209 61 0.16 0 0.71 0.18 73.38 0.62 0.53
Hex B0 D1 3D 10 0 47 12 49 3E 35
Octal 260 321 75 20 0 107 22 111 76 65
Binary 10110000 11010001 111101 10000 0 1000111 10010 1001001 111110 110101

Color Harmonies of #B0D13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D13D

Black with #B0D13D

Text Example


Text Example

White with #B0D13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D13D; }

 p { color: rgb(176,209,61); }

 H1.HeaderClassName
 {
   color: #B0D13D;
 }
 .AnyTagClassName
 {
   color: #B0D13D;
 }
</style>

background-color css

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

 a { background-color: rgb(176,209,61); }

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

border-color css

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

 span { border-color: rgb(176,209,61); }

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