Html Css Color HEX #3BB14C Fruit Salad

📋 copy color: '#3BB14C'

red 59 ◦ green 177 ◦ blue 76

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

Shades of Fruit Salad #3BB14C

Tints of Fruit Salad #3BB14C

RGB

 RED value IS 59 (23.44% from 255) = 18.91%

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 18.91%
G = 56.73%
B = 24.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#3BB14C (or 0x3BB14C) is known color: Fruit Salad. HEX triplet: 3B, B1 and 4C. RGB value is (59,177,76). Sum of RGB (Red+Green+Blue) = 59+177+76=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB14C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BB14C is #C44EB3. Grayscale: #828282. Windows color (decimal): -12865204 or 5026107. OLE color: 5026107.

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

Color convert

RGB 59 177 76 -
CMYK 0.67 0 0.57 0.31
HSL 128.64º 0.5% 0.46% -
HSV(B) 128.64º 0.67% 0.69% -
XYZ 18.83 32.9 12.19 -
YUV 130.2 97.41 77.21 -
System Red Green Blue C M Y K H S L
Decimal 59 177 76 0.67 0 0.57 0.31 128.64 0.5 0.46
Hex 3B B1 4C 43 0 39 1F 81 32 2E
Octal 73 261 114 103 0 71 37 201 62 56
Binary 111011 10110001 1001100 1000011 0 111001 11111 10000001 110010 101110

Color Harmonies of #3BB14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB14C

Black with #3BB14C

Text Example


Text Example

White with #3BB14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,177,76); }

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

background-color css

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

 a { background-color: rgb(59,177,76); }

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

border-color css

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

 span { border-color: rgb(59,177,76); }

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