Html Css Color HEX #1CD05D Malachite

📋 copy color: '#1CD05D'

red 28 ◦ green 208 ◦ blue 93

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

Shades of Malachite #1CD05D

Tints of Malachite #1CD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.22%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 8.51%
G = 63.22%
B = 28.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#1CD05D (or 0x1CD05D) is known color: Malachite. HEX triplet: 1C, D0 and 5D. RGB value is (28,208,93). Sum of RGB (Red+Green+Blue) = 28+208+93=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD05D is #E32FA2. Grayscale: #8D8D8D. Windows color (decimal): -14888867 or 6148124. OLE color: 6148124.

HSL color Cylindrical-coordinate representation of color #1CD05D: hue angle of 141.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD05D is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 208 93 -
CMYK 0.87 0 0.55 0.18
HSL 141.67º 0.76% 0.46% -
HSV(B) 141.67º 0.87% 0.82% -
XYZ 25.01 46.15 17.95 -
YUV 141.07 100.87 47.35 -
System Red Green Blue C M Y K H S L
Decimal 28 208 93 0.87 0 0.55 0.18 141.67 0.76 0.46
Hex 1C D0 5D 57 0 37 12 8E 4C 2E
Octal 34 320 135 127 0 67 22 216 114 56
Binary 11100 11010000 1011101 1010111 0 110111 10010 10001110 1001100 101110

Color Harmonies of #1CD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD05D

Black with #1CD05D

Text Example


Text Example

White with #1CD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,93); }

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

background-color css

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

 a { background-color: rgb(28,208,93); }

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

border-color css

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

 span { border-color: rgb(28,208,93); }

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