Html Css Color HEX #55F041 Screamin' Green

📋 copy color: '#55F041'

red 85 ◦ green 240 ◦ blue 65

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

Shades of Screamin' Green #55F041

Tints of Screamin' Green #55F041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.54%

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 21.79%
G = 61.54%
B = 16.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#55F041 (or 0x55F041) is known color: Screamin' Green. HEX triplet: 55, F0 and 41. RGB value is (85,240,65). Sum of RGB (Red+Green+Blue) = 85+240+65=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 240 (94.14% from 255 or 61.54% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 240 - color contains mainly: green. Hex color #55F041 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F041 is #AA0FBE. Grayscale: #AEAEAE. Windows color (decimal): -11145151 or 4321365. OLE color: 4321365.

HSL color Cylindrical-coordinate representation of color #55F041: hue angle of 113.14º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55F041 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 240 65 -
CMYK 0.65 0 0.73 0.06
HSL 113.14º 0.85% 0.6% -
HSV(B) 113.14º 0.73% 0.94% -
XYZ 35.86 64.63 15.59 -
YUV 173.71 66.65 64.73 -
System Red Green Blue C M Y K H S L
Decimal 85 240 65 0.65 0 0.73 0.06 113.14 0.85 0.6
Hex 55 F0 41 41 0 49 6 71 55 3C
Octal 125 360 101 101 0 111 6 161 125 74
Binary 1010101 11110000 1000001 1000001 0 1001001 110 1110001 1010101 111100

Color Harmonies of #55F041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F041

Black with #55F041

Text Example


Text Example

White with #55F041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,240,65); }

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

background-color css

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

 a { background-color: rgb(85,240,65); }

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

border-color css

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

 span { border-color: rgb(85,240,65); }

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