Html Css Color HEX #55F214 Bright Green

📋 copy color: '#55F214'

red 85 ◦ green 242 ◦ blue 20

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

Shades of Bright Green #55F214

Tints of Bright Green #55F214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 24.5%
G = 69.74%
B = 5.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#55F214 (or 0x55F214) is known color: Bright Green. HEX triplet: 55, F2 and 14. RGB value is (85,242,20). Sum of RGB (Red+Green+Blue) = 85+242+20=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #55F214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F214 is #AA0DEB. Grayscale: #AAAAAA. Windows color (decimal): -11144684 or 1372757. OLE color: 1372757.

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

Color convert

RGB 85 242 20 -
CMYK 0.65 0 0.92 0.05
HSL 102.43º 0.9% 0.51% -
HSV(B) 102.43º 0.92% 0.95% -
XYZ 35.62 65.49 11.42 -
YUV 169.75 43.49 67.55 -
System Red Green Blue C M Y K H S L
Decimal 85 242 20 0.65 0 0.92 0.05 102.43 0.9 0.51
Hex 55 F2 14 41 0 5C 5 66 5A 33
Octal 125 362 24 101 0 134 5 146 132 63
Binary 1010101 11110010 10100 1000001 0 1011100 101 1100110 1011010 110011

Color Harmonies of #55F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F214

Black with #55F214

Text Example


Text Example

White with #55F214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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