Html Css Color HEX #5CD914 Kelly Green

📋 copy color: '#5CD914'

red 92 ◦ green 217 ◦ blue 20

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

Shades of Kelly Green #5CD914

Tints of Kelly Green #5CD914

RGB

 RED value IS 92 (36.33% from 255) = 27.96%

 GREEN value IS 217 (85.16% from 255) = 65.96%

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 27.96%
G = 65.96%
B = 6.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#5CD914 (or 0x5CD914) is known color: Kelly Green. HEX triplet: 5C, D9 and 14. RGB value is (92,217,20). Sum of RGB (Red+Green+Blue) = 92+217+20=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CD914 is #A326EB. Grayscale: #9D9D9D. Windows color (decimal): -10692332 or 1366364. OLE color: 1366364.

HSL color Cylindrical-coordinate representation of color #5CD914: hue angle of 98.07º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5CD914 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 217 20 -
CMYK 0.58 0 0.91 0.15
HSL 98.07º 0.83% 0.46% -
HSV(B) 98.07º 0.91% 0.85% -
XYZ 29.35 51.95 9.14 -
YUV 157.17 50.59 81.52 -
System Red Green Blue C M Y K H S L
Decimal 92 217 20 0.58 0 0.91 0.15 98.07 0.83 0.46
Hex 5C D9 14 3A 0 5B F 62 53 2E
Octal 134 331 24 72 0 133 17 142 123 56
Binary 1011100 11011001 10100 111010 0 1011011 1111 1100010 1010011 101110

Color Harmonies of #5CD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD914

Black with #5CD914

Text Example


Text Example

White with #5CD914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,217,20); }

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

background-color css

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

 a { background-color: rgb(92,217,20); }

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

border-color css

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

 span { border-color: rgb(92,217,20); }

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