Html Css Color HEX #35A83C Fruit Salad

📋 copy color: '#35A83C'

red 53 ◦ green 168 ◦ blue 60

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

Shades of Fruit Salad #35A83C

Tints of Fruit Salad #35A83C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 59.79%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 18.86%
G = 59.79%
B = 21.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#35A83C (or 0x35A83C) is known color: Fruit Salad. HEX triplet: 35, A8 and 3C. RGB value is (53,168,60). Sum of RGB (Red+Green+Blue) = 53+168+60=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 168 (66.02% from 255 or 59.79% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 168 - color contains mainly: green. Hex color #35A83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A83C is #CA57C3. Grayscale: #797979. Windows color (decimal): -13260740 or 3975221. OLE color: 3975221.

HSL color Cylindrical-coordinate representation of color #35A83C: hue angle of 123.65º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A83C is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 168 60 -
CMYK 0.68 0 0.64 0.34
HSL 123.65º 0.52% 0.43% -
HSV(B) 123.65º 0.68% 0.66% -
XYZ 16.29 29.09 9.03 -
YUV 121.3 93.4 79.28 -
System Red Green Blue C M Y K H S L
Decimal 53 168 60 0.68 0 0.64 0.34 123.65 0.52 0.43
Hex 35 A8 3C 44 0 40 22 7C 34 2B
Octal 65 250 74 104 0 100 42 174 64 53
Binary 110101 10101000 111100 1000100 0 1000000 100010 1111100 110100 101011

Color Harmonies of #35A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A83C

Black with #35A83C

Text Example


Text Example

White with #35A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,168,60); }

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

background-color css

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

 a { background-color: rgb(53,168,60); }

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

border-color css

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

 span { border-color: rgb(53,168,60); }

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