#35F483

Color #35F483 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35F483

Tints of Shamrock #35F483

Color information

#35F483 (or 0x35F483) is unknown color: approx Shamrock. HEX triplet: 35, F4 and 83. RGB value is (53,244,131). Sum of RGB (Red+Green+Blue) = 53+244+131=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 244 (95.70% from 255 or 57.01% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 244 - color contains mainly: green. Hex color #35F483 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F483 is #CA0B7C. Grayscale: #AEAEAE. Windows color (decimal): -13241213 or 8647733. OLE color: 8647733.

HSL color Cylindrical-coordinate representation of color #35F483: hue angle of 144.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F483 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB53244131-
CMYK0.7800.460.04
HSL144.5º89.67%58.24%-
HSV(B)144.5º78.28%95.69%-
XYZ37.9267.132.43-
YUV174.01103.7241.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.38%
GREEN value IS 244 (95.70% from 255) = 57.01%
BLUE value IS 131 (51.56% from 255) = 30.61%
R=12.38%
G=57.01%
B=30.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532441310.7800.460.04144.589.6758.24
Hex35F4834E02E4915a3a
Octal65364203116056422113272
Binary110101111101001000001110011100101110100100100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,244,131); }

 H1.HeaderClassName
 {
   color: #35F483;
 }
 .AnyTagClassName
 {
   color: #35F483;
 }
</style>
background-color css

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

 a { background-color: rgb(53,244,131); }

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

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

 span { border-color: rgb(53,244,131); }

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