Html Css Color HEX #35AD3F Fruit Salad

📋 copy color: '#35AD3F'

red 53 ◦ green 173 ◦ blue 63

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

Shades of Fruit Salad #35AD3F

Tints of Fruit Salad #35AD3F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.86%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 18.34%
G = 59.86%
B = 21.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#35AD3F (or 0x35AD3F) is known color: Fruit Salad. HEX triplet: 35, AD and 3F. RGB value is (53,173,63). Sum of RGB (Red+Green+Blue) = 53+173+63=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD3F is #CA52C0. Grayscale: #7C7C7C. Windows color (decimal): -13259457 or 4173109. OLE color: 4173109.

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

Color convert

RGB 53 173 63 -
CMYK 0.69 0 0.64 0.32
HSL 125º 0.53% 0.44% -
HSV(B) 125º 0.69% 0.68% -
XYZ 17.31 31 9.77 -
YUV 124.58 93.24 76.94 -
System Red Green Blue C M Y K H S L
Decimal 53 173 63 0.69 0 0.64 0.32 125 0.53 0.44
Hex 35 AD 3F 45 0 40 20 7D 35 2C
Octal 65 255 77 105 0 100 40 175 65 54
Binary 110101 10101101 111111 1000101 0 1000000 100000 1111101 110101 101100

Color Harmonies of #35AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD3F

Black with #35AD3F

Text Example


Text Example

White with #35AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,63); }

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

background-color css

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

 a { background-color: rgb(53,173,63); }

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

border-color css

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

 span { border-color: rgb(53,173,63); }

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