Html Css Color HEX #5FBB03 Kelly Green

📋 copy color: '#5FBB03'

red 95 ◦ green 187 ◦ blue 3

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

Shades of Kelly Green #5FBB03

Tints of Kelly Green #5FBB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 33.33%
G = 65.61%
B = 1.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#5FBB03 (or 0x5FBB03) is known color: Kelly Green. HEX triplet: 5F, BB and 03. RGB value is (95,187,3). Sum of RGB (Red+Green+Blue) = 95+187+3=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 187 (73.44% from 255 or 65.61% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBB03 is #A044FC. Grayscale: #8B8B8B. Windows color (decimal): -10503421 or 244575. OLE color: 244575.

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

Color convert

RGB 95 187 3 -
CMYK 0.49 0 0.98 0.27
HSL 90º 0.97% 0.37% -
HSV(B) 90º 0.98% 0.73% -
XYZ 22.51 37.98 6.23 -
YUV 138.52 51.52 96.96 -
System Red Green Blue C M Y K H S L
Decimal 95 187 3 0.49 0 0.98 0.27 90 0.97 0.37
Hex 5F BB 3 31 0 62 1B 5A 61 25
Octal 137 273 3 61 0 142 33 132 141 45
Binary 1011111 10111011 11 110001 0 1100010 11011 1011010 1100001 100101

Color Harmonies of #5FBB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBB03

Black with #5FBB03

Text Example


Text Example

White with #5FBB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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