Html Css Color HEX #1CDB75 Malachite

📋 copy color: '#1CDB75'

red 28 ◦ green 219 ◦ blue 117

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

Shades of Malachite #1CDB75

Tints of Malachite #1CDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.16%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 7.69%
G = 60.16%
B = 32.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#1CDB75 (or 0x1CDB75) is known color: Malachite. HEX triplet: 1C, DB and 75. RGB value is (28,219,117). Sum of RGB (Red+Green+Blue) = 28+219+117=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CDB75 is #E3248A. Grayscale: #969696. Windows color (decimal): -14886027 or 7723804. OLE color: 7723804.

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

Color convert

RGB 28 219 117 -
CMYK 0.87 0 0.47 0.14
HSL 147.96º 0.77% 0.48% -
HSV(B) 147.96º 0.87% 0.86% -
XYZ 29.02 52.19 25.37 -
YUV 150.26 109.22 40.79 -
System Red Green Blue C M Y K H S L
Decimal 28 219 117 0.87 0 0.47 0.14 147.96 0.77 0.48
Hex 1C DB 75 57 0 2F E 94 4D 30
Octal 34 333 165 127 0 57 16 224 115 60
Binary 11100 11011011 1110101 1010111 0 101111 1110 10010100 1001101 110000

Color Harmonies of #1CDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDB75

Black with #1CDB75

Text Example


Text Example

White with #1CDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,219,117); }

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

background-color css

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

 a { background-color: rgb(28,219,117); }

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

border-color css

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

 span { border-color: rgb(28,219,117); }

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