Html Css Color HEX #55C12D Kelly Green

📋 copy color: '#55C12D'

red 85 ◦ green 193 ◦ blue 45

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

Shades of Kelly Green #55C12D

Tints of Kelly Green #55C12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.75%

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 26.32%
G = 59.75%
B = 13.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#55C12D (or 0x55C12D) is known color: Kelly Green. HEX triplet: 55, C1 and 2D. RGB value is (85,193,45). Sum of RGB (Red+Green+Blue) = 85+193+45=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 193 (75.78% from 255 or 59.75% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 193 - color contains mainly: green. Hex color #55C12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C12D is #AA3ED2. Grayscale: #909090. Windows color (decimal): -11157203 or 2998613. OLE color: 2998613.

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

Color convert

RGB 85 193 45 -
CMYK 0.56 0 0.77 0.24
HSL 103.78º 0.62% 0.47% -
HSV(B) 103.78º 0.77% 0.76% -
XYZ 23.29 40.26 9.03 -
YUV 143.84 72.22 86.03 -
System Red Green Blue C M Y K H S L
Decimal 85 193 45 0.56 0 0.77 0.24 103.78 0.62 0.47
Hex 55 C1 2D 38 0 4D 18 68 3E 2F
Octal 125 301 55 70 0 115 30 150 76 57
Binary 1010101 11000001 101101 111000 0 1001101 11000 1101000 111110 101111

Color Harmonies of #55C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C12D

Black with #55C12D

Text Example


Text Example

White with #55C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,45); }

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

background-color css

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

 a { background-color: rgb(85,193,45); }

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

border-color css

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

 span { border-color: rgb(85,193,45); }

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