Html Css Color HEX #3BB14E Fruit Salad

📋 copy color: '#3BB14E'

red 59 ◦ green 177 ◦ blue 78

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

Shades of Fruit Salad #3BB14E

Tints of Fruit Salad #3BB14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 18.79%
G = 56.37%
B = 24.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3BB14E (or 0x3BB14E) is known color: Fruit Salad. HEX triplet: 3B, B1 and 4E. RGB value is (59,177,78). Sum of RGB (Red+Green+Blue) = 59+177+78=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB14E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB14E is #C44EB1. Grayscale: #828282. Windows color (decimal): -12865202 or 5157179. OLE color: 5157179.

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

Color convert

RGB 59 177 78 -
CMYK 0.67 0 0.56 0.31
HSL 129.66º 0.5% 0.46% -
HSV(B) 129.66º 0.67% 0.69% -
XYZ 18.9 32.92 12.57 -
YUV 130.43 98.41 77.05 -
System Red Green Blue C M Y K H S L
Decimal 59 177 78 0.67 0 0.56 0.31 129.66 0.5 0.46
Hex 3B B1 4E 43 0 38 1F 82 32 2E
Octal 73 261 116 103 0 70 37 202 62 56
Binary 111011 10110001 1001110 1000011 0 111000 11111 10000010 110010 101110

Color Harmonies of #3BB14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB14E

Black with #3BB14E

Text Example


Text Example

White with #3BB14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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