Html Css Color HEX #55BF02 Kelly Green

📋 copy color: '#55BF02'

red 85 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #55BF02

Tints of Kelly Green #55BF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 30.58%
G = 68.71%
B = 0.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#55BF02 (or 0x55BF02) is known color: Kelly Green. HEX triplet: 55, BF and 02. RGB value is (85,191,2). Sum of RGB (Red+Green+Blue) = 85+191+2=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF02 is #AA40FD. Grayscale: #8A8A8A. Windows color (decimal): -11157758 or 180053. OLE color: 180053.

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

Color convert

RGB 85 191 2 -
CMYK 0.55 0 0.99 0.25
HSL 93.65º 0.98% 0.38% -
HSV(B) 93.65º 0.99% 0.75% -
XYZ 22.39 39.2 6.44 -
YUV 137.76 51.38 90.37 -
System Red Green Blue C M Y K H S L
Decimal 85 191 2 0.55 0 0.99 0.25 93.65 0.98 0.38
Hex 55 BF 2 37 0 63 19 5E 62 26
Octal 125 277 2 67 0 143 31 136 142 46
Binary 1010101 10111111 10 110111 0 1100011 11001 1011110 1100010 100110

Color Harmonies of #55BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF02

Black with #55BF02

Text Example


Text Example

White with #55BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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