Html Css Color HEX #35F488 Shamrock

📋 copy color: '#35F488'

red 53 ◦ green 244 ◦ blue 136

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

Shades of Shamrock #35F488

Tints of Shamrock #35F488

RGB

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

 GREEN value IS 244 (95.7% from 255) = 56.35%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 12.24%
G = 56.35%
B = 31.41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#35F488 (or 0x35F488) is known color: Shamrock. HEX triplet: 35, F4 and 88. RGB value is (53,244,136). Sum of RGB (Red+Green+Blue) = 53+244+136=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 244 (95.70% from 255 or 56.35% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 244 - color contains mainly: green. Hex color #35F488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F488 is #CA0B77. Grayscale: #AEAEAE. Windows color (decimal): -13241208 or 8975413. OLE color: 8975413.

HSL color Cylindrical-coordinate representation of color #35F488: hue angle of 146.07º 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 #35F488 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 244 136 -
CMYK 0.78 0 0.44 0.04
HSL 146.07º 0.9% 0.58% -
HSV(B) 146.07º 0.78% 0.96% -
XYZ 38.26 67.24 34.25 -
YUV 174.58 106.22 41.28 -
System Red Green Blue C M Y K H S L
Decimal 53 244 136 0.78 0 0.44 0.04 146.07 0.9 0.58
Hex 35 F4 88 4E 0 2C 4 92 5A 3A
Octal 65 364 210 116 0 54 4 222 132 72
Binary 110101 11110100 10001000 1001110 0 101100 100 10010010 1011010 111010

Color Harmonies of #35F488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F488

Black with #35F488

Text Example


Text Example

White with #35F488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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