Html Css Color HEX #B0D63D Atlantis

📋 copy color: '#B0D63D'

red 176 ◦ green 214 ◦ blue 61

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

Shades of Atlantis #B0D63D

Tints of Atlantis #B0D63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

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

R = 39.02%
G = 47.45%
B = 13.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B0D63D (or 0xB0D63D) is known color: Atlantis. HEX triplet: B0, D6 and 3D. RGB value is (176,214,61). Sum of RGB (Red+Green+Blue) = 176+214+61=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D63D is #4F29C2. Grayscale: #B9B9B9. Windows color (decimal): -5188035 or 4052656. OLE color: 4052656.

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

Color convert

RGB 176 214 61 -
CMYK 0.18 0 0.71 0.16
HSL 74.9º 0.65% 0.54% -
HSV(B) 74.9º 0.71% 0.84% -
XYZ 42.79 57.66 13.29 -
YUV 185.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 176 214 61 0.18 0 0.71 0.16 74.9 0.65 0.54
Hex B0 D6 3D 12 0 47 10 4B 41 36
Octal 260 326 75 22 0 107 20 113 101 66
Binary 10110000 11010110 111101 10010 0 1000111 10000 1001011 1000001 110110

Color Harmonies of #B0D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D63D

Black with #B0D63D

Text Example


Text Example

White with #B0D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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