Html Css Color HEX #3DB03C Fruit Salad

📋 copy color: '#3DB03C'

red 61 ◦ green 176 ◦ blue 60

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

Shades of Fruit Salad #3DB03C

Tints of Fruit Salad #3DB03C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.26%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 20.54%
G = 59.26%
B = 20.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#3DB03C (or 0x3DB03C) is known color: Fruit Salad. HEX triplet: 3D, B0 and 3C. RGB value is (61,176,60). Sum of RGB (Red+Green+Blue) = 61+176+60=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 176 (69.14% from 255 or 59.26% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB03C is #C24FC3. Grayscale: #808080. Windows color (decimal): -12734404 or 3977277. OLE color: 3977277.

HSL color Cylindrical-coordinate representation of color #3DB03C: hue angle of 119.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB03C is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 60 -
CMYK 0.65 0 0.66 0.31
HSL 119.48º 0.49% 0.46% -
HSV(B) 119.48º 0.66% 0.69% -
XYZ 18.27 32.37 9.56 -
YUV 128.39 89.4 79.93 -
System Red Green Blue C M Y K H S L
Decimal 61 176 60 0.65 0 0.66 0.31 119.48 0.49 0.46
Hex 3D B0 3C 41 0 42 1F 77 31 2E
Octal 75 260 74 101 0 102 37 167 61 56
Binary 111101 10110000 111100 1000001 0 1000010 11111 1110111 110001 101110

Color Harmonies of #3DB03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB03C

Black with #3DB03C

Text Example


Text Example

White with #3DB03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,176,60); }

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

background-color css

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

 a { background-color: rgb(61,176,60); }

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

border-color css

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

 span { border-color: rgb(61,176,60); }

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