Html Css Color HEX #35F168 Emerald

📋 copy color: '#35F168'

red 53 ◦ green 241 ◦ blue 104

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

Shades of Emerald #35F168

Tints of Emerald #35F168

RGB

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

 GREEN value IS 241 (94.53% from 255) = 60.55%

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 13.32%
G = 60.55%
B = 26.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#35F168 (or 0x35F168) is known color: Emerald. HEX triplet: 35, F1 and 68. RGB value is (53,241,104). Sum of RGB (Red+Green+Blue) = 53+241+104=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #35F168 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F168 is #CA0E97. Grayscale: #A9A9A9. Windows color (decimal): -13242008 or 6877493. OLE color: 6877493.

HSL color Cylindrical-coordinate representation of color #35F168: hue angle of 136.28º degrees, saturation: 0.87, 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 #35F168 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 241 104 -
CMYK 0.78 0 0.57 0.05
HSL 136.28º 0.87% 0.58% -
HSV(B) 136.28º 0.78% 0.95% -
XYZ 35.42 64.67 23.71 -
YUV 169.17 91.22 45.14 -
System Red Green Blue C M Y K H S L
Decimal 53 241 104 0.78 0 0.57 0.05 136.28 0.87 0.58
Hex 35 F1 68 4E 0 39 5 88 57 3A
Octal 65 361 150 116 0 71 5 210 127 72
Binary 110101 11110001 1101000 1001110 0 111001 101 10001000 1010111 111010

Color Harmonies of #35F168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F168

Black with #35F168

Text Example


Text Example

White with #35F168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,241,104); }

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

background-color css

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

 a { background-color: rgb(53,241,104); }

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

border-color css

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

 span { border-color: rgb(53,241,104); }

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