Html Css Color HEX #3CB651 Fruit Salad

📋 copy color: '#3CB651'

red 60 ◦ green 182 ◦ blue 81

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

Shades of Fruit Salad #3CB651

Tints of Fruit Salad #3CB651

RGB

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

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

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

R = 18.58%
G = 56.35%
B = 25.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#3CB651 (or 0x3CB651) is known color: Fruit Salad. HEX triplet: 3C, B6 and 51. RGB value is (60,182,81). Sum of RGB (Red+Green+Blue) = 60+182+81=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB651 is #C349AE. Grayscale: #868686. Windows color (decimal): -12798383 or 5355068. OLE color: 5355068.

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

Color convert

RGB 60 182 81 -
CMYK 0.67 0 0.55 0.29
HSL 130.33º 0.5% 0.47% -
HSV(B) 130.33º 0.67% 0.71% -
XYZ 20.08 35.01 13.48 -
YUV 134.01 98.08 75.21 -
System Red Green Blue C M Y K H S L
Decimal 60 182 81 0.67 0 0.55 0.29 130.33 0.5 0.47
Hex 3C B6 51 43 0 37 1D 82 32 2F
Octal 74 266 121 103 0 67 35 202 62 57
Binary 111100 10110110 1010001 1000011 0 110111 11101 10000010 110010 101111

Color Harmonies of #3CB651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB651

Black with #3CB651

Text Example


Text Example

White with #3CB651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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