Html Css Color HEX #35E694 Shamrock

📋 copy color: '#35E694'

red 53 ◦ green 230 ◦ blue 148

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

Shades of Shamrock #35E694

Tints of Shamrock #35E694

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.36%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 12.3%
G = 53.36%
B = 34.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#35E694 (or 0x35E694) is known color: Shamrock. HEX triplet: 35, E6 and 94. RGB value is (53,230,148). Sum of RGB (Red+Green+Blue) = 53+230+148=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #35E694 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E694 is #CA196B. Grayscale: #A7A7A7. Windows color (decimal): -13244780 or 9758261. OLE color: 9758261.

HSL color Cylindrical-coordinate representation of color #35E694: hue angle of 152.2º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E694 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 148 -
CMYK 0.77 0 0.36 0.10
HSL 152.2º 0.78% 0.55% -
HSV(B) 152.2º 0.77% 0.9% -
XYZ 35.11 59.49 37.65 -
YUV 167.73 116.86 46.17 -
System Red Green Blue C M Y K H S L
Decimal 53 230 148 0.77 0 0.36 0.10 152.2 0.78 0.55
Hex 35 E6 94 4D 0 24 A 98 4E 37
Octal 65 346 224 115 0 44 12 230 116 67
Binary 110101 11100110 10010100 1001101 0 100100 1010 10011000 1001110 110111

Color Harmonies of #35E694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E694

Black with #35E694

Text Example


Text Example

White with #35E694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,230,148); }

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

background-color css

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

 a { background-color: rgb(53,230,148); }

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

border-color css

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

 span { border-color: rgb(53,230,148); }

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