Html Css Color HEX #35C013 Kelly Green

📋 copy color: '#35C013'

red 53 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #35C013

Tints of Kelly Green #35C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.73%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 20.08%
G = 72.73%
B = 7.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#35C013 (or 0x35C013) is known color: Kelly Green. HEX triplet: 35, C0 and 13. RGB value is (53,192,19). Sum of RGB (Red+Green+Blue) = 53+192+19=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #35C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35C013 is #CA3FEC. Grayscale: #838383. Windows color (decimal): -13254637 or 1294389. OLE color: 1294389.

HSL color Cylindrical-coordinate representation of color #35C013: hue angle of 108.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35C013 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 19 -
CMYK 0.72 0 0.90 0.25
HSL 108.21º 0.82% 0.41% -
HSV(B) 108.21º 0.9% 0.75% -
XYZ 20.44 38.5 6.97 -
YUV 130.72 64.95 72.57 -
System Red Green Blue C M Y K H S L
Decimal 53 192 19 0.72 0 0.90 0.25 108.21 0.82 0.41
Hex 35 C0 13 48 0 5A 19 6C 52 29
Octal 65 300 23 110 0 132 31 154 122 51
Binary 110101 11000000 10011 1001000 0 1011010 11001 1101100 1010010 101001

Color Harmonies of #35C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C013

Black with #35C013

Text Example


Text Example

White with #35C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,192,19); }

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

background-color css

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

 a { background-color: rgb(53,192,19); }

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

border-color css

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

 span { border-color: rgb(53,192,19); }

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