#35B712

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

Shades of Kelly Green #35B712

Tints of Kelly Green #35B712

Color information

#35B712 (or 0x35B712) is unknown color: approx Kelly Green. HEX triplet: 35, B7 and 12. RGB value is (53,183,18). Sum of RGB (Red+Green+Blue) = 53+183+18=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #35B712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B712 is #CA48ED. Grayscale: #7D7D7D. Windows color (decimal): -13256942 or 1226549. OLE color: 1226549.

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

Color convert

RGB5318318-
CMYK0.7100.900.28
HSL107.27º82.09%39.41%-
HSV(B)107.27º90.16%71.76%-
XYZ18.5134.676.29-
YUV125.3267.4376.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 183 (71.88% from 255) = 72.05%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=20.87%
G=72.05%
B=7.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53183180.7100.900.28107.2782.0939.41
Hex35B7124705A1C6b5227
Octal652672210701323415312247
Binary11010110110111100101000111010110101110011010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,18); }

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

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

 a { background-color: rgb(53,183,18); }

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

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

 span { border-color: rgb(53,183,18); }

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