Html Css Color HEX #50CC08 Kelly Green

📋 copy color: '#50CC08'

red 80 ◦ green 204 ◦ blue 8

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

Shades of Kelly Green #50CC08

Tints of Kelly Green #50CC08

RGB

 RED value IS 80 (31.64% from 255) = 27.4%

 GREEN value IS 204 (80.08% from 255) = 69.86%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 27.4%
G = 69.86%
B = 2.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#50CC08 (or 0x50CC08) is known color: Kelly Green. HEX triplet: 50, CC and 08. RGB value is (80,204,8). Sum of RGB (Red+Green+Blue) = 80+204+8=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 204 (80.08% from 255 or 69.86% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CC08 is #AF33F7. Grayscale: #919191. Windows color (decimal): -11482104 or 576592. OLE color: 576592.

HSL color Cylindrical-coordinate representation of color #50CC08: hue angle of 97.96º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50CC08 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 204 8 -
CMYK 0.61 0 0.96 0.2
HSL 97.96º 0.92% 0.42% -
HSV(B) 97.96º 0.96% 0.8% -
XYZ 24.94 44.91 7.58 -
YUV 144.58 50.92 81.94 -
System Red Green Blue C M Y K H S L
Decimal 80 204 8 0.61 0 0.96 0.2 97.96 0.92 0.42
Hex 50 CC 8 3D 0 60 14 62 5C 2A
Octal 120 314 10 75 0 140 24 142 134 52
Binary 1010000 11001100 1000 111101 0 1100000 10100 1100010 1011100 101010

Color Harmonies of #50CC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CC08

Black with #50CC08

Text Example


Text Example

White with #50CC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50CC08; }

 p { color: rgb(80,204,8); }

 H1.HeaderClassName
 {
   color: #50CC08;
 }
 .AnyTagClassName
 {
   color: #50CC08;
 }
</style>

background-color css

<style>
 a { background-color: #50CC08; }

 a { background-color: rgb(80,204,8); }

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

border-color css

<style>
 span { border-color: #50CC08; }

 span { border-color: rgb(80,204,8); }

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