Html Css Color HEX #3CBC52 Fruit Salad

📋 copy color: '#3CBC52'

red 60 ◦ green 188 ◦ blue 82

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

Shades of Fruit Salad #3CBC52

Tints of Fruit Salad #3CBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.97%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 18.18%
G = 56.97%
B = 24.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#3CBC52 (or 0x3CBC52) is known color: Fruit Salad. HEX triplet: 3C, BC and 52. RGB value is (60,188,82). Sum of RGB (Red+Green+Blue) = 60+188+82=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC52 is #C343AD. Grayscale: #898989. Windows color (decimal): -12796846 or 5422140. OLE color: 5422140.

HSL color Cylindrical-coordinate representation of color #3CBC52: hue angle of 130.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC52 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 82 -
CMYK 0.68 0 0.56 0.26
HSL 130.31º 0.52% 0.49% -
HSV(B) 130.31º 0.68% 0.74% -
XYZ 21.37 37.54 14.1 -
YUV 137.64 96.59 72.62 -
System Red Green Blue C M Y K H S L
Decimal 60 188 82 0.68 0 0.56 0.26 130.31 0.52 0.49
Hex 3C BC 52 44 0 38 1A 82 34 31
Octal 74 274 122 104 0 70 32 202 64 61
Binary 111100 10111100 1010010 1000100 0 111000 11010 10000010 110100 110001

Color Harmonies of #3CBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC52

Black with #3CBC52

Text Example


Text Example

White with #3CBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,82); }

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

background-color css

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

 a { background-color: rgb(60,188,82); }

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

border-color css

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

 span { border-color: rgb(60,188,82); }

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