Html Css Color HEX #4CD00A Kelly Green

📋 copy color: '#4CD00A'

red 76 ◦ green 208 ◦ blue 10

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

Shades of Kelly Green #4CD00A

Tints of Kelly Green #4CD00A

RGB

 RED value IS 76 (30.08% from 255) = 25.85%

 GREEN value IS 208 (81.64% from 255) = 70.75%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 25.85%
G = 70.75%
B = 3.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#4CD00A (or 0x4CD00A) is known color: Kelly Green. HEX triplet: 4C, D0 and 0A. RGB value is (76,208,10). Sum of RGB (Red+Green+Blue) = 76+208+10=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CD00A is #B32FF5. Grayscale: #929292. Windows color (decimal): -11743222 or 708684. OLE color: 708684.

HSL color Cylindrical-coordinate representation of color #4CD00A: hue angle of 100º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4CD00A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 208 10 -
CMYK 0.63 0 0.95 0.18
HSL 100º 0.91% 0.43% -
HSV(B) 100º 0.95% 0.82% -
XYZ 25.59 46.67 7.95 -
YUV 145.96 51.27 78.1 -
System Red Green Blue C M Y K H S L
Decimal 76 208 10 0.63 0 0.95 0.18 100 0.91 0.43
Hex 4C D0 A 3F 0 5F 12 64 5B 2B
Octal 114 320 12 77 0 137 22 144 133 53
Binary 1001100 11010000 1010 111111 0 1011111 10010 1100100 1011011 101011

Color Harmonies of #4CD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD00A

Black with #4CD00A

Text Example


Text Example

White with #4CD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CD00A; }

 p { color: rgb(76,208,10); }

 H1.HeaderClassName
 {
   color: #4CD00A;
 }
 .AnyTagClassName
 {
   color: #4CD00A;
 }
</style>

background-color css

<style>
 a { background-color: #4CD00A; }

 a { background-color: rgb(76,208,10); }

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

border-color css

<style>
 span { border-color: #4CD00A; }

 span { border-color: rgb(76,208,10); }

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