Html Css Color HEX #35A242 Fruit Salad

📋 copy color: '#35A242'

red 53 ◦ green 162 ◦ blue 66

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

Shades of Fruit Salad #35A242

Tints of Fruit Salad #35A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.65%

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 18.86%
G = 57.65%
B = 23.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#35A242 (or 0x35A242) is known color: Fruit Salad. HEX triplet: 35, A2 and 42. RGB value is (53,162,66). Sum of RGB (Red+Green+Blue) = 53+162+66=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #35A242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A242 is #CA5DBD. Grayscale: #767676. Windows color (decimal): -13262270 or 4366901. OLE color: 4366901.

HSL color Cylindrical-coordinate representation of color #35A242: hue angle of 127.16º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A242 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 66 -
CMYK 0.67 0 0.59 0.36
HSL 127.16º 0.51% 0.42% -
HSV(B) 127.16º 0.67% 0.64% -
XYZ 15.37 26.99 9.55 -
YUV 118.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 53 162 66 0.67 0 0.59 0.36 127.16 0.51 0.42
Hex 35 A2 42 43 0 3B 24 7F 33 2A
Octal 65 242 102 103 0 73 44 177 63 52
Binary 110101 10100010 1000010 1000011 0 111011 100100 1111111 110011 101010

Color Harmonies of #35A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A242

Black with #35A242

Text Example


Text Example

White with #35A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,162,66); }

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

background-color css

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

 a { background-color: rgb(53,162,66); }

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

border-color css

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

 span { border-color: rgb(53,162,66); }

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