Html Css Color HEX #00C05B Pigment Green

📋 copy color: '#00C05B'

red 0 ◦ green 192 ◦ blue 91

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

Shades of Pigment Green #00C05B

Tints of Pigment Green #00C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 0%
G = 67.84%
B = 32.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#00C05B (or 0x00C05B) is known color: Pigment Green. HEX triplet: 00, C0 and 5B. RGB value is (0,192,91). Sum of RGB (Red+Green+Blue) = 0+192+91=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #00C05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C05B is #FF3FA4. Grayscale: #7B7B7B. Windows color (decimal): -16727973 or 6012928. OLE color: 6012928.

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

Color convert

RGB 0 192 91 -
CMYK 1 0 0.53 0.25
HSL 148.44º 1% 0.38% -
HSV(B) 148.44º 1% 0.75% -
XYZ 20.74 38.45 16.23 -
YUV 123.08 109.89 40.21 -
System Red Green Blue C M Y K H S L
Decimal 0 192 91 1 0 0.53 0.25 148.44 1 0.38
Hex 0 C0 5B 64 0 35 19 94 64 26
Octal 0 300 133 144 0 65 31 224 144 46
Binary 0 11000000 1011011 1100100 0 110101 11001 10010100 1100100 100110

Color Harmonies of #00C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C05B

Black with #00C05B

Text Example


Text Example

White with #00C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,192,91); }

 H1.HeaderClassName
 {
   color: #00C05B;
 }
 .AnyTagClassName
 {
   color: #00C05B;
 }
</style>

background-color css

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

 a { background-color: rgb(0,192,91); }

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

border-color css

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

 span { border-color: rgb(0,192,91); }

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