Html Css Color HEX #55F221 Bright Green

📋 copy color: '#55F221'

red 85 ◦ green 242 ◦ blue 33

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

Shades of Bright Green #55F221

Tints of Bright Green #55F221

RGB

 RED value IS 85 (33.59% from 255) = 23.61%

 GREEN value IS 242 (94.92% from 255) = 67.22%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 23.61%
G = 67.22%
B = 9.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#55F221 (or 0x55F221) is known color: Bright Green. HEX triplet: 55, F2 and 21. RGB value is (85,242,33). Sum of RGB (Red+Green+Blue) = 85+242+33=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 242 (94.92% from 255 or 67.22% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 242 - color contains mainly: green. Hex color #55F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F221 is #AA0DDE. Grayscale: #ABABAB. Windows color (decimal): -11144671 or 2224725. OLE color: 2224725.

HSL color Cylindrical-coordinate representation of color #55F221: hue angle of 105.07º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55F221 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 33 -
CMYK 0.65 0 0.86 0.05
HSL 105.07º 0.89% 0.54% -
HSV(B) 105.07º 0.86% 0.95% -
XYZ 35.77 65.55 12.2 -
YUV 171.23 49.99 66.49 -
System Red Green Blue C M Y K H S L
Decimal 85 242 33 0.65 0 0.86 0.05 105.07 0.89 0.54
Hex 55 F2 21 41 0 56 5 69 59 36
Octal 125 362 41 101 0 126 5 151 131 66
Binary 1010101 11110010 100001 1000001 0 1010110 101 1101001 1011001 110110

Color Harmonies of #55F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F221

Black with #55F221

Text Example


Text Example

White with #55F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55F221; }

 p { color: rgb(85,242,33); }

 H1.HeaderClassName
 {
   color: #55F221;
 }
 .AnyTagClassName
 {
   color: #55F221;
 }
</style>

background-color css

<style>
 a { background-color: #55F221; }

 a { background-color: rgb(85,242,33); }

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

border-color css

<style>
 span { border-color: #55F221; }

 span { border-color: rgb(85,242,33); }

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