Html Css Color HEX #5DBF01 Kelly Green

📋 copy color: '#5DBF01'

red 93 ◦ green 191 ◦ blue 1

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

Shades of Kelly Green #5DBF01

Tints of Kelly Green #5DBF01

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 32.63%
G = 67.02%
B = 0.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#5DBF01 (or 0x5DBF01) is known color: Kelly Green. HEX triplet: 5D, BF and 01. RGB value is (93,191,1). Sum of RGB (Red+Green+Blue) = 93+191+1=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF01 is #A240FE. Grayscale: #8C8C8C. Windows color (decimal): -10633471 or 114525. OLE color: 114525.

HSL color Cylindrical-coordinate representation of color #5DBF01: hue angle of 90.95º degrees, saturation: 0.99, 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 #5DBF01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 1 -
CMYK 0.51 0 0.99 0.25
HSL 90.95º 0.99% 0.38% -
HSV(B) 90.95º 0.99% 0.75% -
XYZ 23.15 39.59 6.45 -
YUV 140.04 49.53 94.45 -
System Red Green Blue C M Y K H S L
Decimal 93 191 1 0.51 0 0.99 0.25 90.95 0.99 0.38
Hex 5D BF 1 33 0 63 19 5B 63 26
Octal 135 277 1 63 0 143 31 133 143 46
Binary 1011101 10111111 1 110011 0 1100011 11001 1011011 1100011 100110

Color Harmonies of #5DBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF01

Black with #5DBF01

Text Example


Text Example

White with #5DBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,1); }

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

background-color css

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

 a { background-color: rgb(93,191,1); }

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

border-color css

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

 span { border-color: rgb(93,191,1); }

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