Html Css Color HEX #3DBE4A Fruit Salad

📋 copy color: '#3DBE4A'

red 61 ◦ green 190 ◦ blue 74

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

Shades of Fruit Salad #3DBE4A

Tints of Fruit Salad #3DBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.46%

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

R = 18.77%
G = 58.46%
B = 22.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3DBE4A (or 0x3DBE4A) is known color: Fruit Salad. HEX triplet: 3D, BE and 4A. RGB value is (61,190,74). Sum of RGB (Red+Green+Blue) = 61+190+74=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBE4A is #C241B5. Grayscale: #8A8A8A. Windows color (decimal): -12730806 or 4898365. OLE color: 4898365.

HSL color Cylindrical-coordinate representation of color #3DBE4A: hue angle of 126.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE4A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 190 74 -
CMYK 0.68 0 0.61 0.25
HSL 126.05º 0.51% 0.49% -
HSV(B) 126.05º 0.68% 0.75% -
XYZ 21.57 38.31 12.74 -
YUV 138.21 91.76 72.93 -
System Red Green Blue C M Y K H S L
Decimal 61 190 74 0.68 0 0.61 0.25 126.05 0.51 0.49
Hex 3D BE 4A 44 0 3D 19 7E 33 31
Octal 75 276 112 104 0 75 31 176 63 61
Binary 111101 10111110 1001010 1000100 0 111101 11001 1111110 110011 110001

Color Harmonies of #3DBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBE4A

Black with #3DBE4A

Text Example


Text Example

White with #3DBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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