Html Css Color HEX #46BB45 Fruit Salad

📋 copy color: '#46BB45'

red 70 ◦ green 187 ◦ blue 69

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

Shades of Fruit Salad #46BB45

Tints of Fruit Salad #46BB45

RGB

 RED value IS 70 (27.73% from 255) = 21.47%

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

 BLUE value IS 69 (27.34% from 255) = 21.17%

R = 21.47%
G = 57.36%
B = 21.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#46BB45 (or 0x46BB45) is known color: Fruit Salad. HEX triplet: 46, BB and 45. RGB value is (70,187,69). Sum of RGB (Red+Green+Blue) = 70+187+69=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #46BB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BB45 is #B944BA. Grayscale: #8A8A8A. Windows color (decimal): -12141755 or 4569926. OLE color: 4569926.

HSL color Cylindrical-coordinate representation of color #46BB45: hue angle of 119.49º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BB45 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 187 69 -
CMYK 0.63 0 0.63 0.27
HSL 119.49º 0.46% 0.5% -
HSV(B) 119.49º 0.63% 0.73% -
XYZ 21.37 37.27 11.7 -
YUV 138.57 88.74 79.09 -
System Red Green Blue C M Y K H S L
Decimal 70 187 69 0.63 0 0.63 0.27 119.49 0.46 0.5
Hex 46 BB 45 3F 0 3F 1B 77 2E 32
Octal 106 273 105 77 0 77 33 167 56 62
Binary 1000110 10111011 1000101 111111 0 111111 11011 1110111 101110 110010

Color Harmonies of #46BB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46BB45

Black with #46BB45

Text Example


Text Example

White with #46BB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46BB45; }

 p { color: rgb(70,187,69); }

 H1.HeaderClassName
 {
   color: #46BB45;
 }
 .AnyTagClassName
 {
   color: #46BB45;
 }
</style>

background-color css

<style>
 a { background-color: #46BB45; }

 a { background-color: rgb(70,187,69); }

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

border-color css

<style>
 span { border-color: #46BB45; }

 span { border-color: rgb(70,187,69); }

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