Html Css Color HEX #3DB54B Fruit Salad

📋 copy color: '#3DB54B'

red 61 ◦ green 181 ◦ blue 75

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

Shades of Fruit Salad #3DB54B

Tints of Fruit Salad #3DB54B

RGB

 RED value IS 61 (24.22% from 255) = 19.24%

 GREEN value IS 181 (71.09% from 255) = 57.1%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 19.24%
G = 57.1%
B = 23.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#3DB54B (or 0x3DB54B) is known color: Fruit Salad. HEX triplet: 3D, B5 and 4B. RGB value is (61,181,75). Sum of RGB (Red+Green+Blue) = 61+181+75=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #3DB54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB54B is #C24AB4. Grayscale: #858585. Windows color (decimal): -12733109 or 4961597. OLE color: 4961597.

HSL color Cylindrical-coordinate representation of color #3DB54B: hue angle of 127º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB54B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 181 75 -
CMYK 0.66 0 0.59 0.29
HSL 127º 0.5% 0.47% -
HSV(B) 127º 0.66% 0.71% -
XYZ 19.72 34.55 12.29 -
YUV 133.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 61 181 75 0.66 0 0.59 0.29 127 0.5 0.47
Hex 3D B5 4B 42 0 3B 1D 7F 32 2F
Octal 75 265 113 102 0 73 35 177 62 57
Binary 111101 10110101 1001011 1000010 0 111011 11101 1111111 110010 101111

Color Harmonies of #3DB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB54B

Black with #3DB54B

Text Example


Text Example

White with #3DB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,181,75); }

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

background-color css

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

 a { background-color: rgb(61,181,75); }

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

border-color css

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

 span { border-color: rgb(61,181,75); }

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