Html Css Color HEX #55BD27 Kelly Green

📋 copy color: '#55BD27'

red 85 ◦ green 189 ◦ blue 39

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

Shades of Kelly Green #55BD27

Tints of Kelly Green #55BD27

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.38%

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 27.16%
G = 60.38%
B = 12.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#55BD27 (or 0x55BD27) is known color: Kelly Green. HEX triplet: 55, BD and 27. RGB value is (85,189,39). Sum of RGB (Red+Green+Blue) = 85+189+39=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BD27 is #AA42D8. Grayscale: #8D8D8D. Windows color (decimal): -11158233 or 2604373. OLE color: 2604373.

HSL color Cylindrical-coordinate representation of color #55BD27: hue angle of 101.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55BD27 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 39 -
CMYK 0.55 0 0.79 0.26
HSL 101.6º 0.66% 0.45% -
HSV(B) 101.6º 0.79% 0.74% -
XYZ 22.31 38.47 8.17 -
YUV 140.8 70.54 88.2 -
System Red Green Blue C M Y K H S L
Decimal 85 189 39 0.55 0 0.79 0.26 101.6 0.66 0.45
Hex 55 BD 27 37 0 4F 1A 66 42 2D
Octal 125 275 47 67 0 117 32 146 102 55
Binary 1010101 10111101 100111 110111 0 1001111 11010 1100110 1000010 101101

Color Harmonies of #55BD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD27

Black with #55BD27

Text Example


Text Example

White with #55BD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,39); }

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

background-color css

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

 a { background-color: rgb(85,189,39); }

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

border-color css

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

 span { border-color: rgb(85,189,39); }

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