Html Css Color HEX #46C04B Fruit Salad

📋 copy color: '#46C04B'

red 70 ◦ green 192 ◦ blue 75

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

Shades of Fruit Salad #46C04B

Tints of Fruit Salad #46C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

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

R = 20.77%
G = 56.97%
B = 22.26%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#46C04B (or 0x46C04B) is known color: Fruit Salad. HEX triplet: 46, C0 and 4B. RGB value is (70,192,75). Sum of RGB (Red+Green+Blue) = 70+192+75=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #46C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C04B is #B93FB4. Grayscale: #8E8E8E. Windows color (decimal): -12140469 or 4964422. OLE color: 4964422.

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

Color convert

RGB 70 192 75 -
CMYK 0.64 0 0.61 0.25
HSL 122.46º 0.49% 0.51% -
HSV(B) 122.46º 0.64% 0.75% -
XYZ 22.65 39.51 13.09 -
YUV 142.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 70 192 75 0.64 0 0.61 0.25 122.46 0.49 0.51
Hex 46 C0 4B 40 0 3D 19 7A 31 33
Octal 106 300 113 100 0 75 31 172 61 63
Binary 1000110 11000000 1001011 1000000 0 111101 11001 1111010 110001 110011

Color Harmonies of #46C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C04B

Black with #46C04B

Text Example


Text Example

White with #46C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,75); }

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

background-color css

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

 a { background-color: rgb(70,192,75); }

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

border-color css

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

 span { border-color: rgb(70,192,75); }

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