Html Css Color HEX #50CB04 Kelly Green

📋 copy color: '#50CB04'

red 80 ◦ green 203 ◦ blue 4

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

Shades of Kelly Green #50CB04

Tints of Kelly Green #50CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.73%

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 27.87%
G = 70.73%
B = 1.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#50CB04 (or 0x50CB04) is known color: Kelly Green. HEX triplet: 50, CB and 04. RGB value is (80,203,4). Sum of RGB (Red+Green+Blue) = 80+203+4=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CB04 is #AF34FB. Grayscale: #909090. Windows color (decimal): -11482364 or 314192. OLE color: 314192.

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

Color convert

RGB 80 203 4 -
CMYK 0.61 0 0.98 0.20
HSL 97.09º 0.96% 0.41% -
HSV(B) 97.09º 0.98% 0.8% -
XYZ 24.69 44.43 7.39 -
YUV 143.54 49.25 82.68 -
System Red Green Blue C M Y K H S L
Decimal 80 203 4 0.61 0 0.98 0.20 97.09 0.96 0.41
Hex 50 CB 4 3D 0 62 14 61 60 29
Octal 120 313 4 75 0 142 24 141 140 51
Binary 1010000 11001011 100 111101 0 1100010 10100 1100001 1100000 101001

Color Harmonies of #50CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB04

Black with #50CB04

Text Example


Text Example

White with #50CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,4); }

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

background-color css

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

 a { background-color: rgb(80,203,4); }

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

border-color css

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

 span { border-color: rgb(80,203,4); }

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