Html Css Color HEX #3CC051 Fruit Salad

📋 copy color: '#3CC051'

red 60 ◦ green 192 ◦ blue 81

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

Shades of Fruit Salad #3CC051

Tints of Fruit Salad #3CC051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 18.02%
G = 57.66%
B = 24.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#3CC051 (or 0x3CC051) is known color: Fruit Salad. HEX triplet: 3C, C0 and 51. RGB value is (60,192,81). Sum of RGB (Red+Green+Blue) = 60+192+81=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC051 is #C33FAE. Grayscale: #8C8C8C. Windows color (decimal): -12795823 or 5357628. OLE color: 5357628.

HSL color Cylindrical-coordinate representation of color #3CC051: hue angle of 129.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC051 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 81 -
CMYK 0.69 0 0.58 0.25
HSL 129.55º 0.52% 0.49% -
HSV(B) 129.55º 0.69% 0.75% -
XYZ 22.2 39.25 14.19 -
YUV 139.88 94.77 71.03 -
System Red Green Blue C M Y K H S L
Decimal 60 192 81 0.69 0 0.58 0.25 129.55 0.52 0.49
Hex 3C C0 51 45 0 3A 19 82 34 31
Octal 74 300 121 105 0 72 31 202 64 61
Binary 111100 11000000 1010001 1000101 0 111010 11001 10000010 110100 110001

Color Harmonies of #3CC051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC051

Black with #3CC051

Text Example


Text Example

White with #3CC051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,81); }

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

background-color css

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

 a { background-color: rgb(60,192,81); }

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

border-color css

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

 span { border-color: rgb(60,192,81); }

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