#35B614

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

Shades of Kelly Green #35B614

Tints of Kelly Green #35B614

Color information

#35B614 (or 0x35B614) is unknown color: approx Kelly Green. HEX triplet: 35, B6 and 14. RGB value is (53,182,20). Sum of RGB (Red+Green+Blue) = 53+182+20=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 182 (71.48% from 255 or 71.37% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 182 - color contains mainly: green. Hex color #35B614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35B614 is #CA49EB. Grayscale: #7D7D7D. Windows color (decimal): -13257196 or 1357365. OLE color: 1357365.

HSL color Cylindrical-coordinate representation of color #35B614: hue angle of 107.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35B614 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB5318220-
CMYK0.7100.890.29
HSL107.78º80.2%39.61%-
HSV(B)107.78º89.01%71.37%-
XYZ18.3234.266.31-
YUV124.9668.7676.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 182 (71.48% from 255) = 71.37%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=20.78%
G=71.37%
B=7.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53182200.7100.890.29107.7880.239.61
Hex35B614470591D6c5028
Octal652662410701313515412050
Binary11010110110110101001000111010110011110111011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,182,20); }

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

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

 a { background-color: rgb(53,182,20); }

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

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

 span { border-color: rgb(53,182,20); }

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