Html Css Color HEX #35A23F Fruit Salad

📋 copy color: '#35A23F'

red 53 ◦ green 162 ◦ blue 63

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

Shades of Fruit Salad #35A23F

Tints of Fruit Salad #35A23F

RGB

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

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

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

R = 19.06%
G = 58.27%
B = 22.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#35A23F (or 0x35A23F) is known color: Fruit Salad. HEX triplet: 35, A2 and 3F. RGB value is (53,162,63). Sum of RGB (Red+Green+Blue) = 53+162+63=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #35A23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A23F is #CA5DC0. Grayscale: #767676. Windows color (decimal): -13262273 or 4170293. OLE color: 4170293.

HSL color Cylindrical-coordinate representation of color #35A23F: hue angle of 125.5º 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 #35A23F is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 162 63 -
CMYK 0.67 0 0.61 0.36
HSL 125.5º 0.51% 0.42% -
HSV(B) 125.5º 0.67% 0.64% -
XYZ 15.29 26.96 9.1 -
YUV 118.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 53 162 63 0.67 0 0.61 0.36 125.5 0.51 0.42
Hex 35 A2 3F 43 0 3D 24 7E 33 2A
Octal 65 242 77 103 0 75 44 176 63 52
Binary 110101 10100010 111111 1000011 0 111101 100100 1111110 110011 101010

Color Harmonies of #35A23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A23F

Black with #35A23F

Text Example


Text Example

White with #35A23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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