#35FF98

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

Shades of Shamrock #35FF98

Tints of Shamrock #35FF98

Color information

#35FF98 (or 0x35FF98) is unknown color: approx Shamrock. HEX triplet: 35, FF and 98. RGB value is (53,255,152). Sum of RGB (Red+Green+Blue) = 53+255+152=460 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.52% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FF98 is #CA0067. Grayscale: #B7B7B7. Windows color (decimal): -13238376 or 10026805. OLE color: 10026805.

HSL color Cylindrical-coordinate representation of color #35FF98: hue angle of 149.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FF98 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB53255152-
CMYK0.7900.400
HSL149.41º100%60.39%-
HSV(B)149.41º79.22%100%-
XYZ42.974.5441.83-
YUV182.86110.5835.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.52%
GREEN value IS 255 (100% from 255) = 55.43%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=11.52%
G=55.43%
B=33.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal532551520.7900.400149.4110060.39
Hex35FF984F028095643c
Octal65377230117050022514474
Binary1101011111111110011000100111101010000100101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,255,152); }

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

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

 a { background-color: rgb(53,255,152); }

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

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

 span { border-color: rgb(53,255,152); }

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