Html Css Color HEX #97BB40 Atlantis

📋 copy color: '#97BB40'

red 151 ◦ green 187 ◦ blue 64

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

Shades of Atlantis #97BB40

Tints of Atlantis #97BB40

RGB

 RED value IS 151 (59.38% from 255) = 37.56%

 GREEN value IS 187 (73.44% from 255) = 46.52%

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 37.56%
G = 46.52%
B = 15.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#97BB40 (or 0x97BB40) is known color: Atlantis. HEX triplet: 97, BB and 40. RGB value is (151,187,64). Sum of RGB (Red+Green+Blue) = 151+187+64=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BB40 is #6844BF. Grayscale: #A2A2A2. Windows color (decimal): -6833344 or 4242327. OLE color: 4242327.

HSL color Cylindrical-coordinate representation of color #97BB40: hue angle of 77.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97BB40 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 187 64 -
CMYK 0.19 0 0.66 0.27
HSL 77.56º 0.49% 0.49% -
HSV(B) 77.56º 0.66% 0.73% -
XYZ 31.46 42.49 11.39 -
YUV 162.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 151 187 64 0.19 0 0.66 0.27 77.56 0.49 0.49
Hex 97 BB 40 13 0 42 1B 4E 31 31
Octal 227 273 100 23 0 102 33 116 61 61
Binary 10010111 10111011 1000000 10011 0 1000010 11011 1001110 110001 110001

Color Harmonies of #97BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB40

Black with #97BB40

Text Example


Text Example

White with #97BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97BB40; }

 p { color: rgb(151,187,64); }

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

background-color css

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

 a { background-color: rgb(151,187,64); }

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

border-color css

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

 span { border-color: rgb(151,187,64); }

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