Html Css Color HEX #33FC70 Spring Green

📋 copy color: '#33FC70'

red 51 ◦ green 252 ◦ blue 112

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

Shades of Spring Green #33FC70

Tints of Spring Green #33FC70

RGB

 RED value IS 51 (20.31% from 255) = 12.29%

 GREEN value IS 252 (98.83% from 255) = 60.72%

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

R = 12.29%
G = 60.72%
B = 26.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#33FC70 (or 0x33FC70) is known color: Spring Green. HEX triplet: 33, FC and 70. RGB value is (51,252,112). Sum of RGB (Red+Green+Blue) = 51+252+112=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FC70 is #CC038F. Grayscale: #B0B0B0. Windows color (decimal): -13370256 or 7404595. OLE color: 7404595.

HSL color Cylindrical-coordinate representation of color #33FC70: hue angle of 138.21º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FC70 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 112 -
CMYK 0.80 0 0.56 0.01
HSL 138.21º 0.97% 0.59% -
HSV(B) 138.21º 0.8% 0.99% -
XYZ 39.1 71.49 27.07 -
YUV 175.94 91.91 38.88 -
System Red Green Blue C M Y K H S L
Decimal 51 252 112 0.80 0 0.56 0.01 138.21 0.97 0.59
Hex 33 FC 70 50 0 38 1 8A 61 3B
Octal 63 374 160 120 0 70 1 212 141 73
Binary 110011 11111100 1110000 1010000 0 111000 1 10001010 1100001 111011

Color Harmonies of #33FC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FC70

Black with #33FC70

Text Example


Text Example

White with #33FC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33FC70; }

 p { color: rgb(51,252,112); }

 H1.HeaderClassName
 {
   color: #33FC70;
 }
 .AnyTagClassName
 {
   color: #33FC70;
 }
</style>

background-color css

<style>
 a { background-color: #33FC70; }

 a { background-color: rgb(51,252,112); }

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

border-color css

<style>
 span { border-color: #33FC70; }

 span { border-color: rgb(51,252,112); }

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