Html Css Color HEX #3DBD4A Fruit Salad

📋 copy color: '#3DBD4A'

red 61 ◦ green 189 ◦ blue 74

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

Shades of Fruit Salad #3DBD4A

Tints of Fruit Salad #3DBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.33%

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 18.83%
G = 58.33%
B = 22.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#3DBD4A (or 0x3DBD4A) is known color: Fruit Salad. HEX triplet: 3D, BD and 4A. RGB value is (61,189,74). Sum of RGB (Red+Green+Blue) = 61+189+74=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBD4A is #C242B5. Grayscale: #898989. Windows color (decimal): -12731062 or 4898109. OLE color: 4898109.

HSL color Cylindrical-coordinate representation of color #3DBD4A: hue angle of 126.09º degrees, saturation: 0.51, 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 #3DBD4A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 189 74 -
CMYK 0.68 0 0.61 0.26
HSL 126.09º 0.51% 0.49% -
HSV(B) 126.09º 0.68% 0.74% -
XYZ 21.36 37.88 12.66 -
YUV 137.62 92.09 73.35 -
System Red Green Blue C M Y K H S L
Decimal 61 189 74 0.68 0 0.61 0.26 126.09 0.51 0.49
Hex 3D BD 4A 44 0 3D 1A 7E 33 31
Octal 75 275 112 104 0 75 32 176 63 61
Binary 111101 10111101 1001010 1000100 0 111101 11010 1111110 110011 110001

Color Harmonies of #3DBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBD4A

Black with #3DBD4A

Text Example


Text Example

White with #3DBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,189,74); }

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

background-color css

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

 a { background-color: rgb(61,189,74); }

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

border-color css

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

 span { border-color: rgb(61,189,74); }

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