#61CB1F

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

Shades of Kelly Green #61CB1F

Tints of Kelly Green #61CB1F

Color information

#61CB1F (or 0x61CB1F) is unknown color: approx Kelly Green. HEX triplet: 61, CB and 1F. RGB value is (97,203,31). Sum of RGB (Red+Green+Blue) = 97+203+31=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CB1F is #9E34E0. Grayscale: #989898. Windows color (decimal): -10368225 or 2083681. OLE color: 2083681.

HSL color Cylindrical-coordinate representation of color #61CB1F: hue angle of 96.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61CB1F is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB9720331-
CMYK0.5200.850.20
HSL96.98º73.5%45.88%-
HSV(B)96.98º84.73%79.61%-
XYZ26.5345.358.65-
YUV151.759.8888.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 203 (79.69% from 255) = 61.33%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=29.31%
G=61.33%
B=9.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97203310.5200.850.2096.9873.545.88
Hex61CB1F3405514614a2e
Octal141313376401252414111256
Binary11000011100101111111110100010101011010011000011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61CB1F; }

 p { color: rgb(97,203,31); }

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

<style>
 a { background-color: #61CB1F; }

 a { background-color: rgb(97,203,31); }

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

<style>
 span { border-color: #61CB1F; }

 span { border-color: rgb(97,203,31); }

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