Html Css Color HEX #55EF16 Bright Green

📋 copy color: '#55EF16'

red 85 ◦ green 239 ◦ blue 22

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

Shades of Bright Green #55EF16

Tints of Bright Green #55EF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 69.08%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 24.57%
G = 69.08%
B = 6.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#55EF16 (or 0x55EF16) is known color: Bright Green. HEX triplet: 55, EF and 16. RGB value is (85,239,22). Sum of RGB (Red+Green+Blue) = 85+239+22=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 239 (93.75% from 255 or 69.08% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55EF16 is #AA10E9. Grayscale: #A8A8A8. Windows color (decimal): -11145450 or 1503061. OLE color: 1503061.

HSL color Cylindrical-coordinate representation of color #55EF16: hue angle of 102.58º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55EF16 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 239 22 -
CMYK 0.64 0 0.91 0.06
HSL 102.58º 0.87% 0.51% -
HSV(B) 102.58º 0.91% 0.94% -
XYZ 34.76 63.72 11.23 -
YUV 168.22 45.48 68.64 -
System Red Green Blue C M Y K H S L
Decimal 85 239 22 0.64 0 0.91 0.06 102.58 0.87 0.51
Hex 55 EF 16 40 0 5B 6 67 57 33
Octal 125 357 26 100 0 133 6 147 127 63
Binary 1010101 11101111 10110 1000000 0 1011011 110 1100111 1010111 110011

Color Harmonies of #55EF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EF16

Black with #55EF16

Text Example


Text Example

White with #55EF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,22); }

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

background-color css

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

 a { background-color: rgb(85,239,22); }

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

border-color css

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

 span { border-color: rgb(85,239,22); }

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