#35B100

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

Shades of Kelly Green #35B100

Tints of Kelly Green #35B100

Color information

#35B100 (or 0x35B100) is unknown color: approx Kelly Green. HEX triplet: 35, B1 and 00. RGB value is (53,177,0). Sum of RGB (Red+Green+Blue) = 53+177+0=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 177 (69.53% from 255 or 76.96% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 177 - color contains mainly: green. Hex color #35B100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35B100 is #CA4EFF. Grayscale: #787878. Windows color (decimal): -13258496 or 45365. OLE color: 45365.

HSL color Cylindrical-coordinate representation of color #35B100: hue angle of 102.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35B100 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB531770-
CMYK0.70010.31
HSL102.03º100%34.71%-
HSV(B)102.03º100%69.41%-
XYZ17.1932.25.31-
YUV119.7560.4280.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 177 (69.53% from 255) = 76.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.04%
G=76.96%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5317700.70010.31102.0310034.71
Hex35B10460641F666423
Octal65261010601443714614443
Binary1101011011000101000110011001001111111001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,177,0); }

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

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

 a { background-color: rgb(53,177,0); }

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

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

 span { border-color: rgb(53,177,0); }

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