#35CF03

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

Shades of Kelly Green #35CF03

Tints of Kelly Green #35CF03

Color information

#35CF03 (or 0x35CF03) is unknown color: approx Kelly Green. HEX triplet: 35, CF and 03. RGB value is (53,207,3). Sum of RGB (Red+Green+Blue) = 53+207+3=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #35CF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35CF03 is #CA30FC. Grayscale: #8A8A8A. Windows color (decimal): -13250813 or 249653. OLE color: 249653.

HSL color Cylindrical-coordinate representation of color #35CF03: hue angle of 105.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35CF03 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB532073-
CMYK0.7400.990.19
HSL105.29º97.14%41.18%-
HSV(B)105.29º98.55%81.18%-
XYZ23.845.397.59-
YUV137.751.9867.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 207 (81.25% from 255) = 78.71%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=20.15%
G=78.71%
B=1.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5320730.7400.990.19105.2997.1441.18
Hex35CF34A06313696129
Octal65317311201432315114151
Binary11010111001111111001010011000111001111010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,207,3); }

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

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

 a { background-color: rgb(53,207,3); }

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

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

 span { border-color: rgb(53,207,3); }

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