Html Css Color HEX #3CB450 Fruit Salad

📋 copy color: '#3CB450'

red 60 ◦ green 180 ◦ blue 80

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

Shades of Fruit Salad #3CB450

Tints of Fruit Salad #3CB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

 BLUE value IS 80 (31.64% from 255) = 25%

R = 18.75%
G = 56.25%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#3CB450 (or 0x3CB450) is known color: Fruit Salad. HEX triplet: 3C, B4 and 50. RGB value is (60,180,80). Sum of RGB (Red+Green+Blue) = 60+180+80=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB450 is #C34BAF. Grayscale: #858585. Windows color (decimal): -12798896 or 5289020. OLE color: 5289020.

HSL color Cylindrical-coordinate representation of color #3CB450: hue angle of 130º 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 #3CB450 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 180 80 -
CMYK 0.67 0 0.56 0.29
HSL 130º 0.5% 0.47% -
HSV(B) 130º 0.67% 0.71% -
XYZ 19.63 34.18 13.15 -
YUV 132.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 60 180 80 0.67 0 0.56 0.29 130 0.5 0.47
Hex 3C B4 50 43 0 38 1D 82 32 2F
Octal 74 264 120 103 0 70 35 202 62 57
Binary 111100 10110100 1010000 1000011 0 111000 11101 10000010 110010 101111

Color Harmonies of #3CB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB450

Black with #3CB450

Text Example


Text Example

White with #3CB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,80); }

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

background-color css

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

 a { background-color: rgb(60,180,80); }

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

border-color css

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

 span { border-color: rgb(60,180,80); }

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