Html Css Color HEX #55BF1E Kelly Green

📋 copy color: '#55BF1E'

red 85 ◦ green 191 ◦ blue 30

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

Shades of Kelly Green #55BF1E

Tints of Kelly Green #55BF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 27.78%
G = 62.42%
B = 9.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#55BF1E (or 0x55BF1E) is known color: Kelly Green. HEX triplet: 55, BF and 1E. RGB value is (85,191,30). Sum of RGB (Red+Green+Blue) = 85+191+30=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF1E is #AA40E1. Grayscale: #8D8D8D. Windows color (decimal): -11157730 or 2015061. OLE color: 2015061.

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

Color convert

RGB 85 191 30 -
CMYK 0.55 0 0.84 0.25
HSL 99.5º 0.73% 0.43% -
HSV(B) 99.5º 0.84% 0.75% -
XYZ 22.61 39.29 7.62 -
YUV 140.95 65.38 88.09 -
System Red Green Blue C M Y K H S L
Decimal 85 191 30 0.55 0 0.84 0.25 99.5 0.73 0.43
Hex 55 BF 1E 37 0 54 19 64 49 2B
Octal 125 277 36 67 0 124 31 144 111 53
Binary 1010101 10111111 11110 110111 0 1010100 11001 1100100 1001001 101011

Color Harmonies of #55BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF1E

Black with #55BF1E

Text Example


Text Example

White with #55BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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