Html Css Color HEX #55F066 Screamin' Green

📋 copy color: '#55F066'

red 85 ◦ green 240 ◦ blue 102

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

Shades of Screamin' Green #55F066

Tints of Screamin' Green #55F066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 19.91%
G = 56.21%
B = 23.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#55F066 (or 0x55F066) is known color: Screamin' Green. HEX triplet: 55, F0 and 66. RGB value is (85,240,102). Sum of RGB (Red+Green+Blue) = 85+240+102=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 240 (94.14% from 255 or 56.21% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 240 - color contains mainly: green. Hex color #55F066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F066 is #AA0F99. Grayscale: #B2B2B2. Windows color (decimal): -11145114 or 6746197. OLE color: 6746197.

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

Color convert

RGB 85 240 102 -
CMYK 0.65 0 0.58 0.06
HSL 126.58º 0.84% 0.64% -
HSV(B) 126.58º 0.65% 0.94% -
XYZ 37.3 65.21 23.19 -
YUV 177.92 85.15 61.72 -
System Red Green Blue C M Y K H S L
Decimal 85 240 102 0.65 0 0.58 0.06 126.58 0.84 0.64
Hex 55 F0 66 41 0 3A 6 7F 54 40
Octal 125 360 146 101 0 72 6 177 124 100
Binary 1010101 11110000 1100110 1000001 0 111010 110 1111111 1010100 1000000

Color Harmonies of #55F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F066

Black with #55F066

Text Example


Text Example

White with #55F066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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