Html Css Color HEX #33FD85 Spring Green

📋 copy color: '#33FD85'

red 51 ◦ green 253 ◦ blue 133

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

Shades of Spring Green #33FD85

Tints of Spring Green #33FD85

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.89%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 11.67%
G = 57.89%
B = 30.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#33FD85 (or 0x33FD85) is known color: Spring Green. HEX triplet: 33, FD and 85. RGB value is (51,253,133). Sum of RGB (Red+Green+Blue) = 51+253+133=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FD85 is #CC027A. Grayscale: #B3B3B3. Windows color (decimal): -13369979 or 8781107. OLE color: 8781107.

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

Color convert

RGB 51 253 133 -
CMYK 0.80 0 0.47 0.01
HSL 144.36º 0.98% 0.6% -
HSV(B) 144.36º 0.8% 0.99% -
XYZ 40.72 72.65 34.07 -
YUV 178.92 102.08 36.76 -
System Red Green Blue C M Y K H S L
Decimal 51 253 133 0.80 0 0.47 0.01 144.36 0.98 0.6
Hex 33 FD 85 50 0 2F 1 90 62 3C
Octal 63 375 205 120 0 57 1 220 142 74
Binary 110011 11111101 10000101 1010000 0 101111 1 10010000 1100010 111100

Color Harmonies of #33FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FD85

Black with #33FD85

Text Example


Text Example

White with #33FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,253,133); }

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

background-color css

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

 a { background-color: rgb(51,253,133); }

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

border-color css

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

 span { border-color: rgb(51,253,133); }

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