Html Css Color HEX #00CA65 Malachite

📋 copy color: '#00CA65'

red 0 ◦ green 202 ◦ blue 101

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

Shades of Malachite #00CA65

Tints of Malachite #00CA65

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.67%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#00CA65 (or 0x00CA65) is known color: Malachite. HEX triplet: 00, CA and 65. RGB value is (0,202,101). Sum of RGB (Red+Green+Blue) = 0+202+101=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00CA65 is #FF359A. Grayscale: #828282. Windows color (decimal): -16725403 or 6670848. OLE color: 6670848.

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

Color convert

RGB 0 202 101 -
CMYK 1 0 0.50 0.21
HSL 150º 1% 0.4% -
HSV(B) 150º 1% 0.79% -
XYZ 23.47 43.18 19.41 -
YUV 130.09 111.58 35.21 -
System Red Green Blue C M Y K H S L
Decimal 0 202 101 1 0 0.50 0.21 150 1 0.4
Hex 0 CA 65 64 0 32 15 96 64 28
Octal 0 312 145 144 0 62 25 226 144 50
Binary 0 11001010 1100101 1100100 0 110010 10101 10010110 1100100 101000

Color Harmonies of #00CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CA65

Black with #00CA65

Text Example


Text Example

White with #00CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,202,101); }

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

background-color css

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

 a { background-color: rgb(0,202,101); }

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

border-color css

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

 span { border-color: rgb(0,202,101); }

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