Html Css Color HEX #3CB14F Fruit Salad

📋 copy color: '#3CB14F'

red 60 ◦ green 177 ◦ blue 79

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

Shades of Fruit Salad #3CB14F

Tints of Fruit Salad #3CB14F

RGB

 RED value IS 60 (23.83% from 255) = 18.99%

 GREEN value IS 177 (69.53% from 255) = 56.01%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 18.99%
G = 56.01%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3CB14F (or 0x3CB14F) is known color: Fruit Salad. HEX triplet: 3C, B1 and 4F. RGB value is (60,177,79). Sum of RGB (Red+Green+Blue) = 60+177+79=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB14F is #C34EB0. Grayscale: #838383. Windows color (decimal): -12799665 or 5222716. OLE color: 5222716.

HSL color Cylindrical-coordinate representation of color #3CB14F: hue angle of 129.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB14F is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 177 79 -
CMYK 0.66 0 0.55 0.31
HSL 129.74º 0.49% 0.46% -
HSV(B) 129.74º 0.66% 0.69% -
XYZ 19 32.97 12.76 -
YUV 130.85 98.74 77.47 -
System Red Green Blue C M Y K H S L
Decimal 60 177 79 0.66 0 0.55 0.31 129.74 0.49 0.46
Hex 3C B1 4F 42 0 37 1F 82 31 2E
Octal 74 261 117 102 0 67 37 202 61 56
Binary 111100 10110001 1001111 1000010 0 110111 11111 10000010 110001 101110

Color Harmonies of #3CB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB14F

Black with #3CB14F

Text Example


Text Example

White with #3CB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CB14F; }

 p { color: rgb(60,177,79); }

 H1.HeaderClassName
 {
   color: #3CB14F;
 }
 .AnyTagClassName
 {
   color: #3CB14F;
 }
</style>

background-color css

<style>
 a { background-color: #3CB14F; }

 a { background-color: rgb(60,177,79); }

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

border-color css

<style>
 span { border-color: #3CB14F; }

 span { border-color: rgb(60,177,79); }

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