#00BF5C

Color #00BF5C Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00BF5C

Tints of Pigment Green #00BF5C

Color information

#00BF5C (or 0x00BF5C) is unknown color: approx Pigment Green. HEX triplet: 00, BF and 5C. RGB value is (0,191,92). Sum of RGB (Red+Green+Blue) = 0+191+92=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 191 (75% from 255 or 67.49% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BF5C is #FF40A3. Grayscale: #7A7A7A. Windows color (decimal): -16728228 or 6078208. OLE color: 6078208.

HSL color Cylindrical-coordinate representation of color #00BF5C: hue angle of 148.9º 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 #00BF5C is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB019192-
CMYK100.520.25
HSL148.9º100%37.45%-
HSV(B)148.9º100%74.9%-
XYZ20.5638.0316.38-
YUV122.6110.7240.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 67.49%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=0%
G=67.49%
B=32.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal019192100.520.25148.910037.45
Hex0BF5C6403419956425
Octal02771341440643122514445
Binary01011111110111001100100011010011001100101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BF5C; }

 p { color: rgb(0,191,92); }

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

<style>
 a { background-color: #00BF5C; }

 a { background-color: rgb(0,191,92); }

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

<style>
 span { border-color: #00BF5C; }

 span { border-color: rgb(0,191,92); }

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