Html Css Color HEX #3DB652 Fruit Salad

📋 copy color: '#3DB652'

red 61 ◦ green 182 ◦ blue 82

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

Shades of Fruit Salad #3DB652

Tints of Fruit Salad #3DB652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56%

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 18.77%
G = 56%
B = 25.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#3DB652 (or 0x3DB652) is known color: Fruit Salad. HEX triplet: 3D, B6 and 52. RGB value is (61,182,82). Sum of RGB (Red+Green+Blue) = 61+182+82=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB652 is #C249AD. Grayscale: #868686. Windows color (decimal): -12732846 or 5420605. OLE color: 5420605.

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

Color convert

RGB 61 182 82 -
CMYK 0.66 0 0.55 0.29
HSL 130.41º 0.5% 0.48% -
HSV(B) 130.41º 0.66% 0.71% -
XYZ 20.18 35.06 13.69 -
YUV 134.42 98.41 75.63 -
System Red Green Blue C M Y K H S L
Decimal 61 182 82 0.66 0 0.55 0.29 130.41 0.5 0.48
Hex 3D B6 52 42 0 37 1D 82 32 30
Octal 75 266 122 102 0 67 35 202 62 60
Binary 111101 10110110 1010010 1000010 0 110111 11101 10000010 110010 110000

Color Harmonies of #3DB652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB652

Black with #3DB652

Text Example


Text Example

White with #3DB652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,182,82); }

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

background-color css

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

 a { background-color: rgb(61,182,82); }

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

border-color css

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

 span { border-color: rgb(61,182,82); }

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