Html Css Color HEX #B1D13E Atlantis

📋 copy color: '#B1D13E'

red 177 ◦ green 209 ◦ blue 62

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

Shades of Atlantis #B1D13E

Tints of Atlantis #B1D13E

RGB

 RED value IS 177 (69.53% from 255) = 39.51%

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 39.51%
G = 46.65%
B = 13.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#B1D13E (or 0xB1D13E) is known color: Atlantis. HEX triplet: B1, D1 and 3E. RGB value is (177,209,62). Sum of RGB (Red+Green+Blue) = 177+209+62=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D13E is #4E2EC1. Grayscale: #B7B7B7. Windows color (decimal): -5123778 or 4116913. OLE color: 4116913.

HSL color Cylindrical-coordinate representation of color #B1D13E: hue angle of 73.06º degrees, saturation: 0.62, 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 #B1D13E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 209 62 -
CMYK 0.15 0 0.70 0.18
HSL 73.06º 0.62% 0.53% -
HSV(B) 73.06º 0.7% 0.82% -
XYZ 41.8 55.3 13.03 -
YUV 182.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 177 209 62 0.15 0 0.70 0.18 73.06 0.62 0.53
Hex B1 D1 3E F 0 46 12 49 3E 35
Octal 261 321 76 17 0 106 22 111 76 65
Binary 10110001 11010001 111110 1111 0 1000110 10010 1001001 111110 110101

Color Harmonies of #B1D13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D13E

Black with #B1D13E

Text Example


Text Example

White with #B1D13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D13E; }

 p { color: rgb(177,209,62); }

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

background-color css

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

 a { background-color: rgb(177,209,62); }

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

border-color css

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

 span { border-color: rgb(177,209,62); }

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