Html Css Color HEX #35C100 Kelly Green

📋 copy color: '#35C100'

red 53 ◦ green 193 ◦ blue 0

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

Shades of Kelly Green #35C100

Tints of Kelly Green #35C100

RGB

 RED value IS 53 (21.09% from 255) = 21.54%

 GREEN value IS 193 (75.78% from 255) = 78.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.54%
G = 78.46%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#35C100 (or 0x35C100) is known color: Kelly Green. HEX triplet: 35, C1 and 00. RGB value is (53,193,0). Sum of RGB (Red+Green+Blue) = 53+193+0=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #35C100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C100 is #CA3EFF. Grayscale: #818181. Windows color (decimal): -13254400 or 49461. OLE color: 49461.

HSL color Cylindrical-coordinate representation of color #35C100: hue angle of 103.52º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35C100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 0 -
CMYK 0.73 0 1 0.24
HSL 103.52º 1% 0.38% -
HSV(B) 103.52º 1% 0.76% -
XYZ 20.54 38.9 6.43 -
YUV 129.14 55.12 73.69 -
System Red Green Blue C M Y K H S L
Decimal 53 193 0 0.73 0 1 0.24 103.52 1 0.38
Hex 35 C1 0 49 0 64 18 68 64 26
Octal 65 301 0 111 0 144 30 150 144 46
Binary 110101 11000001 0 1001001 0 1100100 11000 1101000 1100100 100110

Color Harmonies of #35C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C100

Black with #35C100

Text Example


Text Example

White with #35C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35C100; }

 p { color: rgb(53,193,0); }

 H1.HeaderClassName
 {
   color: #35C100;
 }
 .AnyTagClassName
 {
   color: #35C100;
 }
</style>

background-color css

<style>
 a { background-color: #35C100; }

 a { background-color: rgb(53,193,0); }

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

border-color css

<style>
 span { border-color: #35C100; }

 span { border-color: rgb(53,193,0); }

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