Html Css Color HEX #35BA4A Fruit Salad

📋 copy color: '#35BA4A'

red 53 ◦ green 186 ◦ blue 74

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

Shades of Fruit Salad #35BA4A

Tints of Fruit Salad #35BA4A

RGB

 RED value IS 53 (21.09% from 255) = 16.93%

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

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

R = 16.93%
G = 59.42%
B = 23.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#35BA4A (or 0x35BA4A) is known color: Fruit Salad. HEX triplet: 35, BA and 4A. RGB value is (53,186,74). Sum of RGB (Red+Green+Blue) = 53+186+74=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA4A is #CA45B5. Grayscale: #858585. Windows color (decimal): -13256118 or 4897333. OLE color: 4897333.

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

Color convert

RGB 53 186 74 -
CMYK 0.72 0 0.60 0.27
HSL 129.47º 0.56% 0.47% -
HSV(B) 129.47º 0.72% 0.73% -
XYZ 20.26 36.37 12.43 -
YUV 133.47 94.44 70.61 -
System Red Green Blue C M Y K H S L
Decimal 53 186 74 0.72 0 0.60 0.27 129.47 0.56 0.47
Hex 35 BA 4A 48 0 3C 1B 81 38 2F
Octal 65 272 112 110 0 74 33 201 70 57
Binary 110101 10111010 1001010 1001000 0 111100 11011 10000001 111000 101111

Color Harmonies of #35BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA4A

Black with #35BA4A

Text Example


Text Example

White with #35BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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