Html Css Color HEX #3DB442 Fruit Salad

📋 copy color: '#3DB442'

red 61 ◦ green 180 ◦ blue 66

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

Shades of Fruit Salad #3DB442

Tints of Fruit Salad #3DB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.63%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 19.87%
G = 58.63%
B = 21.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#3DB442 (or 0x3DB442) is known color: Fruit Salad. HEX triplet: 3D, B4 and 42. RGB value is (61,180,66). Sum of RGB (Red+Green+Blue) = 61+180+66=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 180 (70.70% from 255 or 58.63% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB442 is #C24BBD. Grayscale: #838383. Windows color (decimal): -12733374 or 4371517. OLE color: 4371517.

HSL color Cylindrical-coordinate representation of color #3DB442: hue angle of 122.52º degrees, saturation: 0.49, 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 #3DB442 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 66 -
CMYK 0.66 0 0.63 0.29
HSL 122.52º 0.49% 0.47% -
HSV(B) 122.52º 0.66% 0.71% -
XYZ 19.23 34.03 10.71 -
YUV 131.42 91.08 77.77 -
System Red Green Blue C M Y K H S L
Decimal 61 180 66 0.66 0 0.63 0.29 122.52 0.49 0.47
Hex 3D B4 42 42 0 3F 1D 7B 31 2F
Octal 75 264 102 102 0 77 35 173 61 57
Binary 111101 10110100 1000010 1000010 0 111111 11101 1111011 110001 101111

Color Harmonies of #3DB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB442

Black with #3DB442

Text Example


Text Example

White with #3DB442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,66); }

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

background-color css

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

 a { background-color: rgb(61,180,66); }

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

border-color css

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

 span { border-color: rgb(61,180,66); }

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