#95BE00

Color #95BE00 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95BE00

Tints of Citrus #95BE00

Color information

#95BE00 (or 0x95BE00) is unknown color: approx Citrus. HEX triplet: 95, BE and 00. RGB value is (149,190,0). Sum of RGB (Red+Green+Blue) = 149+190+0=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BE00 is #6A41FF. Grayscale: #9C9C9C. Windows color (decimal): -6963712 or 48789. OLE color: 48789.

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

Color convert

RGB1491900-
CMYK0.22010.25
HSL72.95º100%37.25%-
HSV(B)72.95º100%74.51%-
XYZ30.8143.226.72-
YUV156.0839.92122.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 190 (74.61% from 255) = 56.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.95%
G=56.05%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14919000.22010.2572.9510037.25
Hex95BE01606419496425
Octal22527602601443111114445
Binary1001010110111110010110011001001100110010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95BE00;
 }
 .AnyTagClassName
 {
   color: #95BE00;
 }
</style>
background-color css

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

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

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

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

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

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