Html Css Color HEX #1CF742 Malachite

📋 copy color: '#1CF742'

red 28 ◦ green 247 ◦ blue 66

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

Shades of Malachite #1CF742

Tints of Malachite #1CF742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 8.21%
G = 72.43%
B = 19.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#1CF742 (or 0x1CF742) is known color: Malachite. HEX triplet: 1C, F7 and 42. RGB value is (28,247,66). Sum of RGB (Red+Green+Blue) = 28+247+66=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF742 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CF742 is #E308BD. Grayscale: #A1A1A1. Windows color (decimal): -14878910 or 4388636. OLE color: 4388636.

HSL color Cylindrical-coordinate representation of color #1CF742: hue angle of 130.41º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF742 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 247 66 -
CMYK 0.89 0 0.73 0.03
HSL 130.41º 0.93% 0.54% -
HSV(B) 130.41º 0.89% 0.97% -
XYZ 34.72 67.16 16.29 -
YUV 160.89 74.45 33.22 -
System Red Green Blue C M Y K H S L
Decimal 28 247 66 0.89 0 0.73 0.03 130.41 0.93 0.54
Hex 1C F7 42 59 0 49 3 82 5D 36
Octal 34 367 102 131 0 111 3 202 135 66
Binary 11100 11110111 1000010 1011001 0 1001001 11 10000010 1011101 110110

Color Harmonies of #1CF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF742

Black with #1CF742

Text Example


Text Example

White with #1CF742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,247,66); }

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

background-color css

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

 a { background-color: rgb(28,247,66); }

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

border-color css

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

 span { border-color: rgb(28,247,66); }

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