Html Css Color HEX #1CD650 Malachite

📋 copy color: '#1CD650'

red 28 ◦ green 214 ◦ blue 80

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

Shades of Malachite #1CD650

Tints of Malachite #1CD650

RGB

 RED value IS 28 (11.33% from 255) = 8.7%

 GREEN value IS 214 (83.98% from 255) = 66.46%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 8.7%
G = 66.46%
B = 24.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#1CD650 (or 0x1CD650) is known color: Malachite. HEX triplet: 1C, D6 and 50. RGB value is (28,214,80). Sum of RGB (Red+Green+Blue) = 28+214+80=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD650 is #E329AF. Grayscale: #8F8F8F. Windows color (decimal): -14887344 or 5297692. OLE color: 5297692.

HSL color Cylindrical-coordinate representation of color #1CD650: hue angle of 136.77º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD650 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 214 80 -
CMYK 0.87 0 0.63 0.16
HSL 136.77º 0.77% 0.47% -
HSV(B) 136.77º 0.87% 0.84% -
XYZ 25.97 48.92 15.66 -
YUV 143.11 92.38 45.9 -
System Red Green Blue C M Y K H S L
Decimal 28 214 80 0.87 0 0.63 0.16 136.77 0.77 0.47
Hex 1C D6 50 57 0 3F 10 89 4D 2F
Octal 34 326 120 127 0 77 20 211 115 57
Binary 11100 11010110 1010000 1010111 0 111111 10000 10001001 1001101 101111

Color Harmonies of #1CD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD650

Black with #1CD650

Text Example


Text Example

White with #1CD650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CD650; }

 p { color: rgb(28,214,80); }

 H1.HeaderClassName
 {
   color: #1CD650;
 }
 .AnyTagClassName
 {
   color: #1CD650;
 }
</style>

background-color css

<style>
 a { background-color: #1CD650; }

 a { background-color: rgb(28,214,80); }

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

border-color css

<style>
 span { border-color: #1CD650; }

 span { border-color: rgb(28,214,80); }

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