Html Css Color HEX #97CE15 Bahia

📋 copy color: '#97CE15'

red 151 ◦ green 206 ◦ blue 21

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

Shades of Bahia #97CE15

Tints of Bahia #97CE15

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.5%

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 39.95%
G = 54.5%
B = 5.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#97CE15 (or 0x97CE15) is known color: Bahia. HEX triplet: 97, CE and 15. RGB value is (151,206,21). Sum of RGB (Red+Green+Blue) = 151+206+21=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97CE15 is #6831EA. Grayscale: #A9A9A9. Windows color (decimal): -6828523 or 1429143. OLE color: 1429143.

HSL color Cylindrical-coordinate representation of color #97CE15: hue angle of 77.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97CE15 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 206 21 -
CMYK 0.27 0 0.90 0.19
HSL 77.84º 0.81% 0.45% -
HSV(B) 77.84º 0.9% 0.81% -
XYZ 34.97 50.78 8.67 -
YUV 168.47 44.78 115.54 -
System Red Green Blue C M Y K H S L
Decimal 151 206 21 0.27 0 0.90 0.19 77.84 0.81 0.45
Hex 97 CE 15 1B 0 5A 13 4E 51 2D
Octal 227 316 25 33 0 132 23 116 121 55
Binary 10010111 11001110 10101 11011 0 1011010 10011 1001110 1010001 101101

Color Harmonies of #97CE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CE15

Black with #97CE15

Text Example


Text Example

White with #97CE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,206,21); }

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

background-color css

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

 a { background-color: rgb(151,206,21); }

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

border-color css

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

 span { border-color: rgb(151,206,21); }

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