Html Css Color HEX #36BA4A Fruit Salad

📋 copy color: '#36BA4A'

red 54 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #36BA4A

Tints of Fruit Salad #36BA4A

RGB

 RED value IS 54 (21.48% from 255) = 17.2%

 GREEN value IS 186 (73.05% from 255) = 59.24%

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

R = 17.2%
G = 59.24%
B = 23.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#36BA4A (or 0x36BA4A) is known color: Fruit Salad. HEX triplet: 36, BA and 4A. RGB value is (54,186,74). Sum of RGB (Red+Green+Blue) = 54+186+74=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA4A is #C945B5. Grayscale: #868686. Windows color (decimal): -13190582 or 4897334. OLE color: 4897334.

HSL color Cylindrical-coordinate representation of color #36BA4A: hue angle of 129.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA4A is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 186 74 -
CMYK 0.71 0 0.60 0.27
HSL 129.09º 0.55% 0.47% -
HSV(B) 129.09º 0.71% 0.73% -
XYZ 20.32 36.4 12.43 -
YUV 133.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 54 186 74 0.71 0 0.60 0.27 129.09 0.55 0.47
Hex 36 BA 4A 47 0 3C 1B 81 37 2F
Octal 66 272 112 107 0 74 33 201 67 57
Binary 110110 10111010 1001010 1000111 0 111100 11011 10000001 110111 101111

Color Harmonies of #36BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BA4A

Black with #36BA4A

Text Example


Text Example

White with #36BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36BA4A; }

 p { color: rgb(54,186,74); }

 H1.HeaderClassName
 {
   color: #36BA4A;
 }
 .AnyTagClassName
 {
   color: #36BA4A;
 }
</style>

background-color css

<style>
 a { background-color: #36BA4A; }

 a { background-color: rgb(54,186,74); }

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

border-color css

<style>
 span { border-color: #36BA4A; }

 span { border-color: rgb(54,186,74); }

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