Html Css Color HEX #3DB443 Fruit Salad

📋 copy color: '#3DB443'

red 61 ◦ green 180 ◦ blue 67

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

Shades of Fruit Salad #3DB443

Tints of Fruit Salad #3DB443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 19.81%
G = 58.44%
B = 21.75%

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

#3DB443 (or 0x3DB443) is known color: Fruit Salad. HEX triplet: 3D, B4 and 43. RGB value is (61,180,67). Sum of RGB (Red+Green+Blue) = 61+180+67=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB443 is #C24BBC. Grayscale: #838383. Windows color (decimal): -12733373 or 4437053. OLE color: 4437053.

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

Color convert

RGB 61 180 67 -
CMYK 0.66 0 0.63 0.29
HSL 123.03º 0.49% 0.47% -
HSV(B) 123.03º 0.66% 0.71% -
XYZ 19.26 34.04 10.87 -
YUV 131.54 91.58 77.69 -
System Red Green Blue C M Y K H S L
Decimal 61 180 67 0.66 0 0.63 0.29 123.03 0.49 0.47
Hex 3D B4 43 42 0 3F 1D 7B 31 2F
Octal 75 264 103 102 0 77 35 173 61 57
Binary 111101 10110100 1000011 1000010 0 111111 11101 1111011 110001 101111

Color Harmonies of #3DB443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB443

Black with #3DB443

Text Example


Text Example

White with #3DB443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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