Html Css Color HEX #00CB5C Malachite

📋 copy color: '#00CB5C'

red 0 ◦ green 203 ◦ blue 92

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

Shades of Malachite #00CB5C

Tints of Malachite #00CB5C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 68.81%

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 0%
G = 68.81%
B = 31.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#00CB5C (or 0x00CB5C) is known color: Malachite. HEX triplet: 00, CB and 5C. RGB value is (0,203,92). Sum of RGB (Red+Green+Blue) = 0+203+92=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #00CB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CB5C is #FF34A3. Grayscale: #818181. Windows color (decimal): -16725156 or 6081280. OLE color: 6081280.

HSL color Cylindrical-coordinate representation of color #00CB5C: hue angle of 147.19º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CB5C is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 92 -
CMYK 1 0 0.55 0.20
HSL 147.19º 1% 0.4% -
HSV(B) 147.19º 1% 0.8% -
XYZ 23.29 43.48 17.29 -
YUV 129.65 106.75 35.53 -
System Red Green Blue C M Y K H S L
Decimal 0 203 92 1 0 0.55 0.20 147.19 1 0.4
Hex 0 CB 5C 64 0 37 14 93 64 28
Octal 0 313 134 144 0 67 24 223 144 50
Binary 0 11001011 1011100 1100100 0 110111 10100 10010011 1100100 101000

Color Harmonies of #00CB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CB5C

Black with #00CB5C

Text Example


Text Example

White with #00CB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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