#35D70B

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

Shades of Kelly Green #35D70B

Tints of Kelly Green #35D70B

Color information

#35D70B (or 0x35D70B) is unknown color: approx Kelly Green. HEX triplet: 35, D7 and 0B. RGB value is (53,215,11). Sum of RGB (Red+Green+Blue) = 53+215+11=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 215 (84.38% from 255 or 77.06% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 215 - color contains mainly: green. Hex color #35D70B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35D70B is #CA28F4. Grayscale: #8F8F8F. Windows color (decimal): -13248757 or 775989. OLE color: 775989.

HSL color Cylindrical-coordinate representation of color #35D70B: hue angle of 107.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35D70B is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB5321511-
CMYK0.7500.950.16
HSL107.65º90.27%44.31%-
HSV(B)107.65º94.88%84.31%-
XYZ25.8349.388.49-
YUV143.3153.3363.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 215 (84.38% from 255) = 77.06%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=19.00%
G=77.06%
B=3.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal53215110.7500.950.16107.6590.2744.31
Hex35D7B4B05F106c5a2c
Octal653271311301372015413254
Binary1101011101011110111001011010111111000011011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,215,11); }

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

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

 a { background-color: rgb(53,215,11); }

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

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

 span { border-color: rgb(53,215,11); }

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