Html Css Color HEX #55C21F Kelly Green

📋 copy color: '#55C21F'

red 85 ◦ green 194 ◦ blue 31

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

Shades of Kelly Green #55C21F

Tints of Kelly Green #55C21F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.58%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 27.42%
G = 62.58%
B = 10%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#55C21F (or 0x55C21F) is known color: Kelly Green. HEX triplet: 55, C2 and 1F. RGB value is (85,194,31). Sum of RGB (Red+Green+Blue) = 85+194+31=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #55C21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C21F is #AA3DE0. Grayscale: #8F8F8F. Windows color (decimal): -11156961 or 2081365. OLE color: 2081365.

HSL color Cylindrical-coordinate representation of color #55C21F: hue angle of 100.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55C21F is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 31 -
CMYK 0.56 0 0.84 0.24
HSL 100.12º 0.72% 0.44% -
HSV(B) 100.12º 0.84% 0.76% -
XYZ 23.29 40.61 7.91 -
YUV 142.83 64.89 86.75 -
System Red Green Blue C M Y K H S L
Decimal 85 194 31 0.56 0 0.84 0.24 100.12 0.72 0.44
Hex 55 C2 1F 38 0 54 18 64 48 2C
Octal 125 302 37 70 0 124 30 144 110 54
Binary 1010101 11000010 11111 111000 0 1010100 11000 1100100 1001000 101100

Color Harmonies of #55C21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C21F

Black with #55C21F

Text Example


Text Example

White with #55C21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,31); }

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

background-color css

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

 a { background-color: rgb(85,194,31); }

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

border-color css

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

 span { border-color: rgb(85,194,31); }

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