#35B310

Color #35B310 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #35B310

Tints of Kelly Green #35B310

Color information

#35B310 (or 0x35B310) is unknown color: approx Kelly Green. HEX triplet: 35, B3 and 10. RGB value is (53,179,16). Sum of RGB (Red+Green+Blue) = 53+179+16=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #35B310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B310 is #CA4CEF. Grayscale: #7B7B7B. Windows color (decimal): -13257968 or 1094453. OLE color: 1094453.

HSL color Cylindrical-coordinate representation of color #35B310: hue angle of 106.38º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35B310 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB5317916-
CMYK0.7000.910.30
HSL106.38º83.59%38.24%-
HSV(B)106.38º91.06%70.2%-
XYZ17.6833.035.93-
YUV122.7467.7678.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 179 (70.31% from 255) = 72.18%
BLUE value IS 16 (6.64% from 255) = 6.45%
R=21.37%
G=72.18%
B=6.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53179160.7000.910.30106.3883.5938.24
Hex35B3104605B1E6a5426
Octal652632010601333615212446
Binary11010110110011100001000110010110111111011010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,179,16); }

 H1.HeaderClassName
 {
   color: #35B310;
 }
 .AnyTagClassName
 {
   color: #35B310;
 }
</style>
background-color css

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

 a { background-color: rgb(53,179,16); }

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

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

 span { border-color: rgb(53,179,16); }

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