#35BA02

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

Shades of Kelly Green #35BA02

Tints of Kelly Green #35BA02

Color information

#35BA02 (or 0x35BA02) is unknown color: approx Kelly Green. HEX triplet: 35, BA and 02. RGB value is (53,186,2). Sum of RGB (Red+Green+Blue) = 53+186+2=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35BA02 is #CA45FD. Grayscale: #7D7D7D. Windows color (decimal): -13256190 or 178741. OLE color: 178741.

HSL color Cylindrical-coordinate representation of color #35BA02: hue angle of 103.37º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35BA02 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB531862-
CMYK0.7200.990.27
HSL103.37º97.87%36.86%-
HSV(B)103.37º98.92%72.94%-
XYZ19.0435.885.98-
YUV125.2658.4476.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 186 (73.05% from 255) = 77.18%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=21.99%
G=77.18%
B=0.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5318620.7200.990.27103.3797.8736.86
Hex35BA2480631B676225
Octal65272211001433314714245
Binary11010110111010101001000011000111101111001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,2); }

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

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

 a { background-color: rgb(53,186,2); }

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

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

 span { border-color: rgb(53,186,2); }

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