Html Css Color HEX #5FBB02 Kelly Green

📋 copy color: '#5FBB02'

red 95 ◦ green 187 ◦ blue 2

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

Shades of Kelly Green #5FBB02

Tints of Kelly Green #5FBB02

RGB

 RED value IS 95 (37.5% from 255) = 33.45%

 GREEN value IS 187 (73.44% from 255) = 65.85%

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

R = 33.45%
G = 65.85%
B = 0.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#5FBB02 (or 0x5FBB02) is known color: Kelly Green. HEX triplet: 5F, BB and 02. RGB value is (95,187,2). Sum of RGB (Red+Green+Blue) = 95+187+2=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBB02 is #A044FD. Grayscale: #8B8B8B. Windows color (decimal): -10503422 or 179039. OLE color: 179039.

HSL color Cylindrical-coordinate representation of color #5FBB02: hue angle of 89.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FBB02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 187 2 -
CMYK 0.49 0 0.99 0.27
HSL 89.84º 0.98% 0.37% -
HSV(B) 89.84º 0.99% 0.73% -
XYZ 22.5 37.98 6.2 -
YUV 138.4 51.02 97.04 -
System Red Green Blue C M Y K H S L
Decimal 95 187 2 0.49 0 0.99 0.27 89.84 0.98 0.37
Hex 5F BB 2 31 0 63 1B 5A 62 25
Octal 137 273 2 61 0 143 33 132 142 45
Binary 1011111 10111011 10 110001 0 1100011 11011 1011010 1100010 100101

Color Harmonies of #5FBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB02

Black with #5FBB02

Text Example


Text Example

White with #5FBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FBB02; }

 p { color: rgb(95,187,2); }

 H1.HeaderClassName
 {
   color: #5FBB02;
 }
 .AnyTagClassName
 {
   color: #5FBB02;
 }
</style>

background-color css

<style>
 a { background-color: #5FBB02; }

 a { background-color: rgb(95,187,2); }

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

border-color css

<style>
 span { border-color: #5FBB02; }

 span { border-color: rgb(95,187,2); }

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