Html Css Color HEX #55C02D Kelly Green

📋 copy color: '#55C02D'

red 85 ◦ green 192 ◦ blue 45

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

Shades of Kelly Green #55C02D

Tints of Kelly Green #55C02D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.63%

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

R = 26.4%
G = 59.63%
B = 13.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#55C02D (or 0x55C02D) is known color: Kelly Green. HEX triplet: 55, C0 and 2D. RGB value is (85,192,45). Sum of RGB (Red+Green+Blue) = 85+192+45=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #55C02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C02D is #AA3FD2. Grayscale: #8F8F8F. Windows color (decimal): -11157459 or 2998357. OLE color: 2998357.

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

Color convert

RGB 85 192 45 -
CMYK 0.56 0 0.77 0.25
HSL 103.67º 0.62% 0.46% -
HSV(B) 103.67º 0.77% 0.75% -
XYZ 23.07 39.82 8.95 -
YUV 143.25 72.55 86.45 -
System Red Green Blue C M Y K H S L
Decimal 85 192 45 0.56 0 0.77 0.25 103.67 0.62 0.46
Hex 55 C0 2D 38 0 4D 19 68 3E 2E
Octal 125 300 55 70 0 115 31 150 76 56
Binary 1010101 11000000 101101 111000 0 1001101 11001 1101000 111110 101110

Color Harmonies of #55C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C02D

Black with #55C02D

Text Example


Text Example

White with #55C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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