#35F38F

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

Shades of Shamrock #35F38F

Tints of Shamrock #35F38F

Color information

#35F38F (or 0x35F38F) is unknown color: approx Shamrock. HEX triplet: 35, F3 and 8F. RGB value is (53,243,143). Sum of RGB (Red+Green+Blue) = 53+243+143=439 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.07% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #35F38F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F38F is #CA0C70. Grayscale: #AFAFAF. Windows color (decimal): -13241457 or 9433909. OLE color: 9433909.

HSL color Cylindrical-coordinate representation of color #35F38F: hue angle of 148.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F38F is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB53243143-
CMYK0.7800.410.05
HSL148.42º88.79%58.04%-
HSV(B)148.42º78.19%95.29%-
XYZ38.4866.8436.86-
YUV174.79110.0541.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.07%
GREEN value IS 243 (95.31% from 255) = 55.35%
BLUE value IS 143 (56.25% from 255) = 32.57%
R=12.07%
G=55.35%
B=32.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532431430.7800.410.05148.4288.7958.04
Hex35F38F4E029594593a
Octal65363217116051522413172
Binary110101111100111000111110011100101001101100101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,143); }

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

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

 a { background-color: rgb(53,243,143); }

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

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

 span { border-color: rgb(53,243,143); }

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