Html Css Color HEX #5DBF03 Kelly Green

📋 copy color: '#5DBF03'

red 93 ◦ green 191 ◦ blue 3

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

Shades of Kelly Green #5DBF03

Tints of Kelly Green #5DBF03

RGB

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

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

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

R = 32.4%
G = 66.55%
B = 1.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#5DBF03 (or 0x5DBF03) is known color: Kelly Green. HEX triplet: 5D, BF and 03. RGB value is (93,191,3). Sum of RGB (Red+Green+Blue) = 93+191+3=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF03 is #A240FC. Grayscale: #8C8C8C. Windows color (decimal): -10633469 or 245597. OLE color: 245597.

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

Color convert

RGB 93 191 3 -
CMYK 0.51 0 0.98 0.25
HSL 91.28º 0.97% 0.38% -
HSV(B) 91.28º 0.98% 0.75% -
XYZ 23.16 39.6 6.51 -
YUV 140.27 50.53 94.29 -
System Red Green Blue C M Y K H S L
Decimal 93 191 3 0.51 0 0.98 0.25 91.28 0.97 0.38
Hex 5D BF 3 33 0 62 19 5B 61 26
Octal 135 277 3 63 0 142 31 133 141 46
Binary 1011101 10111111 11 110011 0 1100010 11001 1011011 1100001 100110

Color Harmonies of #5DBF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF03

Black with #5DBF03

Text Example


Text Example

White with #5DBF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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