Html Css Color HEX #5CC064 Fern

📋 copy color: '#5CC064'

red 92 ◦ green 192 ◦ blue 100

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

Shades of Fern #5CC064

Tints of Fern #5CC064

RGB

 RED value IS 92 (36.33% from 255) = 23.96%

 GREEN value IS 192 (75.39% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 23.96%
G = 50%
B = 26.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#5CC064 (or 0x5CC064) is known color: Fern. HEX triplet: 5C, C0 and 64. RGB value is (92,192,100). Sum of RGB (Red+Green+Blue) = 92+192+100=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #5CC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CC064 is #A33F9B. Grayscale: #979797. Windows color (decimal): -10698652 or 6602844. OLE color: 6602844.

HSL color Cylindrical-coordinate representation of color #5CC064: hue angle of 124.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CC064 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 192 100 -
CMYK 0.52 0 0.48 0.25
HSL 124.8º 0.44% 0.56% -
HSV(B) 124.8º 0.52% 0.75% -
XYZ 25.56 40.89 18.6 -
YUV 151.61 98.87 85.48 -
System Red Green Blue C M Y K H S L
Decimal 92 192 100 0.52 0 0.48 0.25 124.8 0.44 0.56
Hex 5C C0 64 34 0 30 19 7D 2C 38
Octal 134 300 144 64 0 60 31 175 54 70
Binary 1011100 11000000 1100100 110100 0 110000 11001 1111101 101100 111000

Color Harmonies of #5CC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC064

Black with #5CC064

Text Example


Text Example

White with #5CC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CC064; }

 p { color: rgb(92,192,100); }

 H1.HeaderClassName
 {
   color: #5CC064;
 }
 .AnyTagClassName
 {
   color: #5CC064;
 }
</style>

background-color css

<style>
 a { background-color: #5CC064; }

 a { background-color: rgb(92,192,100); }

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

border-color css

<style>
 span { border-color: #5CC064; }

 span { border-color: rgb(92,192,100); }

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