Html Css Color HEX #97BB04 Citrus

📋 copy color: '#97BB04'

red 151 ◦ green 187 ◦ blue 4

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

Shades of Citrus #97BB04

Tints of Citrus #97BB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 44.15%
G = 54.68%
B = 1.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#97BB04 (or 0x97BB04) is known color: Citrus. HEX triplet: 97, BB and 04. RGB value is (151,187,4). Sum of RGB (Red+Green+Blue) = 151+187+4=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB04 is #6844FB. Grayscale: #9C9C9C. Windows color (decimal): -6833404 or 310167. OLE color: 310167.

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

Color convert

RGB 151 187 4 -
CMYK 0.19 0 0.98 0.27
HSL 71.8º 0.96% 0.37% -
HSV(B) 71.8º 0.98% 0.73% -
XYZ 30.55 42.13 6.64 -
YUV 155.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 151 187 4 0.19 0 0.98 0.27 71.8 0.96 0.37
Hex 97 BB 4 13 0 62 1B 48 60 25
Octal 227 273 4 23 0 142 33 110 140 45
Binary 10010111 10111011 100 10011 0 1100010 11011 1001000 1100000 100101

Color Harmonies of #97BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB04

Black with #97BB04

Text Example


Text Example

White with #97BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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