Html Css Color HEX #35AB3C Fruit Salad

📋 copy color: '#35AB3C'

red 53 ◦ green 171 ◦ blue 60

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

Shades of Fruit Salad #35AB3C

Tints of Fruit Salad #35AB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.21%

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

R = 18.66%
G = 60.21%
B = 21.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#35AB3C (or 0x35AB3C) is known color: Fruit Salad. HEX triplet: 35, AB and 3C. RGB value is (53,171,60). Sum of RGB (Red+Green+Blue) = 53+171+60=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AB3C is #CA54C3. Grayscale: #7B7B7B. Windows color (decimal): -13259972 or 3975989. OLE color: 3975989.

HSL color Cylindrical-coordinate representation of color #35AB3C: hue angle of 123.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB3C is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 171 60 -
CMYK 0.69 0 0.65 0.33
HSL 123.56º 0.53% 0.44% -
HSV(B) 123.56º 0.69% 0.67% -
XYZ 16.85 30.21 9.22 -
YUV 123.06 92.41 78.03 -
System Red Green Blue C M Y K H S L
Decimal 53 171 60 0.69 0 0.65 0.33 123.56 0.53 0.44
Hex 35 AB 3C 45 0 41 21 7C 35 2C
Octal 65 253 74 105 0 101 41 174 65 54
Binary 110101 10101011 111100 1000101 0 1000001 100001 1111100 110101 101100

Color Harmonies of #35AB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AB3C

Black with #35AB3C

Text Example


Text Example

White with #35AB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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