Html Css Color HEX #50CB08 Kelly Green

📋 copy color: '#50CB08'

red 80 ◦ green 203 ◦ blue 8

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

Shades of Kelly Green #50CB08

Tints of Kelly Green #50CB08

RGB

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

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

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

R = 27.49%
G = 69.76%
B = 2.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#50CB08 (or 0x50CB08) is known color: Kelly Green. HEX triplet: 50, CB and 08. RGB value is (80,203,8). Sum of RGB (Red+Green+Blue) = 80+203+8=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CB08 is #AF34F7. Grayscale: #909090. Windows color (decimal): -11482360 or 576336. OLE color: 576336.

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

Color convert

RGB 80 203 8 -
CMYK 0.61 0 0.96 0.20
HSL 97.85º 0.92% 0.41% -
HSV(B) 97.85º 0.96% 0.8% -
XYZ 24.71 44.43 7.5 -
YUV 143.99 51.25 82.36 -
System Red Green Blue C M Y K H S L
Decimal 80 203 8 0.61 0 0.96 0.20 97.85 0.92 0.41
Hex 50 CB 8 3D 0 60 14 62 5C 29
Octal 120 313 10 75 0 140 24 142 134 51
Binary 1010000 11001011 1000 111101 0 1100000 10100 1100010 1011100 101001

Color Harmonies of #50CB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB08

Black with #50CB08

Text Example


Text Example

White with #50CB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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