Html Css Color HEX #10CF65 Malachite

📋 copy color: '#10CF65'

red 16 ◦ green 207 ◦ blue 101

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

Shades of Malachite #10CF65

Tints of Malachite #10CF65

RGB

 RED value IS 16 (6.64% from 255) = 4.94%

 GREEN value IS 207 (81.25% from 255) = 63.89%

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

R = 4.94%
G = 63.89%
B = 31.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#10CF65 (or 0x10CF65) is known color: Malachite. HEX triplet: 10, CF and 65. RGB value is (16,207,101). Sum of RGB (Red+Green+Blue) = 16+207+101=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF65 is #EF309A. Grayscale: #8A8A8A. Windows color (decimal): -15675547 or 6672144. OLE color: 6672144.

HSL color Cylindrical-coordinate representation of color #10CF65: hue angle of 146.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF65 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 207 101 -
CMYK 0.92 0 0.51 0.19
HSL 146.7º 0.86% 0.44% -
HSV(B) 146.7º 0.92% 0.81% -
XYZ 24.88 45.68 19.82 -
YUV 137.81 107.22 41.12 -
System Red Green Blue C M Y K H S L
Decimal 16 207 101 0.92 0 0.51 0.19 146.7 0.86 0.44
Hex 10 CF 65 5C 0 33 13 93 56 2C
Octal 20 317 145 134 0 63 23 223 126 54
Binary 10000 11001111 1100101 1011100 0 110011 10011 10010011 1010110 101100

Color Harmonies of #10CF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF65

Black with #10CF65

Text Example


Text Example

White with #10CF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10CF65; }

 p { color: rgb(16,207,101); }

 H1.HeaderClassName
 {
   color: #10CF65;
 }
 .AnyTagClassName
 {
   color: #10CF65;
 }
</style>

background-color css

<style>
 a { background-color: #10CF65; }

 a { background-color: rgb(16,207,101); }

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

border-color css

<style>
 span { border-color: #10CF65; }

 span { border-color: rgb(16,207,101); }

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