Html Css Color HEX #3DBB4B Fruit Salad

📋 copy color: '#3DBB4B'

red 61 ◦ green 187 ◦ blue 75

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

Shades of Fruit Salad #3DBB4B

Tints of Fruit Salad #3DBB4B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.89%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 18.89%
G = 57.89%
B = 23.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#3DBB4B (or 0x3DBB4B) is known color: Fruit Salad. HEX triplet: 3D, BB and 4B. RGB value is (61,187,75). Sum of RGB (Red+Green+Blue) = 61+187+75=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 187 (73.44% from 255 or 57.89% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBB4B is #C244B4. Grayscale: #888888. Windows color (decimal): -12731573 or 4963133. OLE color: 4963133.

HSL color Cylindrical-coordinate representation of color #3DBB4B: hue angle of 126.67º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBB4B is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 187 75 -
CMYK 0.67 0 0.60 0.27
HSL 126.67º 0.51% 0.49% -
HSV(B) 126.67º 0.67% 0.73% -
XYZ 20.96 37.04 12.7 -
YUV 136.56 93.26 74.11 -
System Red Green Blue C M Y K H S L
Decimal 61 187 75 0.67 0 0.60 0.27 126.67 0.51 0.49
Hex 3D BB 4B 43 0 3C 1B 7F 33 31
Octal 75 273 113 103 0 74 33 177 63 61
Binary 111101 10111011 1001011 1000011 0 111100 11011 1111111 110011 110001

Color Harmonies of #3DBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBB4B

Black with #3DBB4B

Text Example


Text Example

White with #3DBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,187,75); }

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

background-color css

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

 a { background-color: rgb(61,187,75); }

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

border-color css

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

 span { border-color: rgb(61,187,75); }

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