Html Css Color HEX #95BB00 Citrus

📋 copy color: '#95BB00'

red 149 ◦ green 187 ◦ blue 0

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

Shades of Citrus #95BB00

Tints of Citrus #95BB00

RGB

 RED value IS 149 (58.59% from 255) = 44.35%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.35%
G = 55.65%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#95BB00 (or 0x95BB00) is known color: Citrus. HEX triplet: 95, BB and 00. RGB value is (149,187,0). Sum of RGB (Red+Green+Blue) = 149+187+0=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BB00 is #6A44FF. Grayscale: #9B9B9B. Windows color (decimal): -6964480 or 48021. OLE color: 48021.

HSL color Cylindrical-coordinate representation of color #95BB00: hue angle of 72.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95BB00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 0 -
CMYK 0.20 0 1 0.27
HSL 72.19º 1% 0.37% -
HSV(B) 72.19º 1% 0.73% -
XYZ 30.16 41.93 6.5 -
YUV 154.32 40.91 124.21 -
System Red Green Blue C M Y K H S L
Decimal 149 187 0 0.20 0 1 0.27 72.19 1 0.37
Hex 95 BB 0 14 0 64 1B 48 64 25
Octal 225 273 0 24 0 144 33 110 144 45
Binary 10010101 10111011 0 10100 0 1100100 11011 1001000 1100100 100101

Color Harmonies of #95BB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB00

Black with #95BB00

Text Example


Text Example

White with #95BB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BB00; }

 p { color: rgb(149,187,0); }

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

background-color css

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

 a { background-color: rgb(149,187,0); }

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

border-color css

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

 span { border-color: rgb(149,187,0); }

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