Html Css Color HEX #5DCF03 Kelly Green

📋 copy color: '#5DCF03'

red 93 ◦ green 207 ◦ blue 3

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

Shades of Kelly Green #5DCF03

Tints of Kelly Green #5DCF03

RGB

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

 GREEN value IS 207 (81.25% from 255) = 68.32%

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

R = 30.69%
G = 68.32%
B = 0.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#5DCF03 (or 0x5DCF03) is known color: Kelly Green. HEX triplet: 5D, CF and 03. RGB value is (93,207,3). Sum of RGB (Red+Green+Blue) = 93+207+3=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 207 (81.25% from 255 or 68.32% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCF03 is #A230FC. Grayscale: #969696. Windows color (decimal): -10629373 or 249693. OLE color: 249693.

HSL color Cylindrical-coordinate representation of color #5DCF03: hue angle of 93.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DCF03 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 3 -
CMYK 0.55 0 0.99 0.19
HSL 93.53º 0.97% 0.41% -
HSV(B) 93.53º 0.99% 0.81% -
XYZ 26.84 46.96 7.74 -
YUV 149.66 45.23 87.59 -
System Red Green Blue C M Y K H S L
Decimal 93 207 3 0.55 0 0.99 0.19 93.53 0.97 0.41
Hex 5D CF 3 37 0 63 13 5E 61 29
Octal 135 317 3 67 0 143 23 136 141 51
Binary 1011101 11001111 11 110111 0 1100011 10011 1011110 1100001 101001

Color Harmonies of #5DCF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF03

Black with #5DCF03

Text Example


Text Example

White with #5DCF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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