Html Css Color HEX #35FF70 Screamin' Green

📋 copy color: '#35FF70'

red 53 ◦ green 255 ◦ blue 112

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

Shades of Screamin' Green #35FF70

Tints of Screamin' Green #35FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 60.71%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 12.62%
G = 60.71%
B = 26.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#35FF70 (or 0x35FF70) is known color: Screamin' Green. HEX triplet: 35, FF and 70. RGB value is (53,255,112). Sum of RGB (Red+Green+Blue) = 53+255+112=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35FF70 is #CA008F. Grayscale: #B2B2B2. Windows color (decimal): -13238416 or 7405365. OLE color: 7405365.

HSL color Cylindrical-coordinate representation of color #35FF70: hue angle of 137.52º 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 #35FF70 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 53 255 112 -
CMYK 0.79 0 0.56 0
HSL 137.52º 1% 0.6% -
HSV(B) 137.52º 0.79% 1% -
XYZ 40.15 73.45 27.39 -
YUV 178.3 90.58 38.63 -
System Red Green Blue C M Y K H S L
Decimal 53 255 112 0.79 0 0.56 0 137.52 1 0.6
Hex 35 FF 70 4F 0 38 0 8A 64 3C
Octal 65 377 160 117 0 70 0 212 144 74
Binary 110101 11111111 1110000 1001111 0 111000 0 10001010 1100100 111100

Color Harmonies of #35FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF70

Black with #35FF70

Text Example


Text Example

White with #35FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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