Html Css Color HEX #3CB64E Fruit Salad

📋 copy color: '#3CB64E'

red 60 ◦ green 182 ◦ blue 78

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

Shades of Fruit Salad #3CB64E

Tints of Fruit Salad #3CB64E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.88%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 18.75%
G = 56.88%
B = 24.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#3CB64E (or 0x3CB64E) is known color: Fruit Salad. HEX triplet: 3C, B6 and 4E. RGB value is (60,182,78). Sum of RGB (Red+Green+Blue) = 60+182+78=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB64E is #C349B1. Grayscale: #858585. Windows color (decimal): -12798386 or 5158460. OLE color: 5158460.

HSL color Cylindrical-coordinate representation of color #3CB64E: hue angle of 128.85º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB64E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 182 78 -
CMYK 0.67 0 0.57 0.29
HSL 128.85º 0.5% 0.47% -
HSV(B) 128.85º 0.67% 0.71% -
XYZ 19.97 34.97 12.9 -
YUV 133.67 96.58 75.46 -
System Red Green Blue C M Y K H S L
Decimal 60 182 78 0.67 0 0.57 0.29 128.85 0.5 0.47
Hex 3C B6 4E 43 0 39 1D 81 32 2F
Octal 74 266 116 103 0 71 35 201 62 57
Binary 111100 10110110 1001110 1000011 0 111001 11101 10000001 110010 101111

Color Harmonies of #3CB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB64E

Black with #3CB64E

Text Example


Text Example

White with #3CB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,182,78); }

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

background-color css

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

 a { background-color: rgb(60,182,78); }

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

border-color css

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

 span { border-color: rgb(60,182,78); }

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