Html Css Color HEX #6CC474 Fern

📋 copy color: '#6CC474'

red 108 ◦ green 196 ◦ blue 116

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

Shades of Fern #6CC474

Tints of Fern #6CC474

RGB

 RED value IS 108 (42.58% from 255) = 25.71%

 GREEN value IS 196 (76.95% from 255) = 46.67%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 25.71%
G = 46.67%
B = 27.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#6CC474 (or 0x6CC474) is known color: Fern. HEX triplet: 6C, C4 and 74. RGB value is (108,196,116). Sum of RGB (Red+Green+Blue) = 108+196+116=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC474 is #933B8B. Grayscale: #A0A0A0. Windows color (decimal): -9649036 or 7652460. OLE color: 7652460.

HSL color Cylindrical-coordinate representation of color #6CC474: hue angle of 125.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC474 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 108 196 116 -
CMYK 0.45 0 0.41 0.23
HSL 125.45º 0.43% 0.6% -
HSV(B) 125.45º 0.45% 0.77% -
XYZ 29.08 43.93 23.47 -
YUV 160.57 102.85 90.5 -
System Red Green Blue C M Y K H S L
Decimal 108 196 116 0.45 0 0.41 0.23 125.45 0.43 0.6
Hex 6C C4 74 2D 0 29 17 7D 2B 3C
Octal 154 304 164 55 0 51 27 175 53 74
Binary 1101100 11000100 1110100 101101 0 101001 10111 1111101 101011 111100

Color Harmonies of #6CC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC474

Black with #6CC474

Text Example


Text Example

White with #6CC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CC474; }

 p { color: rgb(108,196,116); }

 H1.HeaderClassName
 {
   color: #6CC474;
 }
 .AnyTagClassName
 {
   color: #6CC474;
 }
</style>

background-color css

<style>
 a { background-color: #6CC474; }

 a { background-color: rgb(108,196,116); }

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

border-color css

<style>
 span { border-color: #6CC474; }

 span { border-color: rgb(108,196,116); }

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