Html Css Color HEX #55BF2D Kelly Green

📋 copy color: '#55BF2D'

red 85 ◦ green 191 ◦ blue 45

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

Shades of Kelly Green #55BF2D

Tints of Kelly Green #55BF2D

RGB

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

 GREEN value IS 191 (75% from 255) = 59.5%

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

R = 26.48%
G = 59.5%
B = 14.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#55BF2D (or 0x55BF2D) is known color: Kelly Green. HEX triplet: 55, BF and 2D. RGB value is (85,191,45). Sum of RGB (Red+Green+Blue) = 85+191+45=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF2D is #AA40D2. Grayscale: #8F8F8F. Windows color (decimal): -11157715 or 2998101. OLE color: 2998101.

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

Color convert

RGB 85 191 45 -
CMYK 0.55 0 0.76 0.25
HSL 103.56º 0.62% 0.46% -
HSV(B) 103.56º 0.76% 0.75% -
XYZ 22.85 39.38 8.88 -
YUV 142.66 72.88 86.87 -
System Red Green Blue C M Y K H S L
Decimal 85 191 45 0.55 0 0.76 0.25 103.56 0.62 0.46
Hex 55 BF 2D 37 0 4C 19 68 3E 2E
Octal 125 277 55 67 0 114 31 150 76 56
Binary 1010101 10111111 101101 110111 0 1001100 11001 1101000 111110 101110

Color Harmonies of #55BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF2D

Black with #55BF2D

Text Example


Text Example

White with #55BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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