Html Css Color HEX #1CF050 Malachite

📋 copy color: '#1CF050'

red 28 ◦ green 240 ◦ blue 80

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

Shades of Malachite #1CF050

Tints of Malachite #1CF050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.97%

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

R = 8.05%
G = 68.97%
B = 22.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#1CF050 (or 0x1CF050) is known color: Malachite. HEX triplet: 1C, F0 and 50. RGB value is (28,240,80). Sum of RGB (Red+Green+Blue) = 28+240+80=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF050 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF050 is #E30FAF. Grayscale: #9E9E9E. Windows color (decimal): -14880688 or 5304348. OLE color: 5304348.

HSL color Cylindrical-coordinate representation of color #1CF050: hue angle of 134.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF050 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 80 -
CMYK 0.88 0 0.67 0.06
HSL 134.72º 0.88% 0.53% -
HSV(B) 134.72º 0.88% 0.94% -
XYZ 33.09 63.15 18.03 -
YUV 158.37 83.76 35.01 -
System Red Green Blue C M Y K H S L
Decimal 28 240 80 0.88 0 0.67 0.06 134.72 0.88 0.53
Hex 1C F0 50 58 0 43 6 87 58 35
Octal 34 360 120 130 0 103 6 207 130 65
Binary 11100 11110000 1010000 1011000 0 1000011 110 10000111 1011000 110101

Color Harmonies of #1CF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF050

Black with #1CF050

Text Example


Text Example

White with #1CF050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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