Html Css Color HEX #97BB07 Citrus

📋 copy color: '#97BB07'

red 151 ◦ green 187 ◦ blue 7

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

Shades of Citrus #97BB07

Tints of Citrus #97BB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 43.77%
G = 54.2%
B = 2.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#97BB07 (or 0x97BB07) is known color: Citrus. HEX triplet: 97, BB and 07. RGB value is (151,187,7). Sum of RGB (Red+Green+Blue) = 151+187+7=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB07 is #6844F8. Grayscale: #9C9C9C. Windows color (decimal): -6833401 or 506775. OLE color: 506775.

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

Color convert

RGB 151 187 7 -
CMYK 0.19 0 0.96 0.27
HSL 72º 0.93% 0.38% -
HSV(B) 72º 0.96% 0.73% -
XYZ 30.57 42.14 6.72 -
YUV 155.72 44.07 124.64 -
System Red Green Blue C M Y K H S L
Decimal 151 187 7 0.19 0 0.96 0.27 72 0.93 0.38
Hex 97 BB 7 13 0 60 1B 48 5D 26
Octal 227 273 7 23 0 140 33 110 135 46
Binary 10010111 10111011 111 10011 0 1100000 11011 1001000 1011101 100110

Color Harmonies of #97BB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB07

Black with #97BB07

Text Example


Text Example

White with #97BB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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