#33B614

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

Shades of Kelly Green #33B614

Tints of Kelly Green #33B614

Color information

#33B614 (or 0x33B614) is unknown color: approx Kelly Green. HEX triplet: 33, B6 and 14. RGB value is (51,182,20). Sum of RGB (Red+Green+Blue) = 51+182+20=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 182 (71.48% from 255 or 71.94% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 182 - color contains mainly: green. Hex color #33B614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33B614 is #CC49EB. Grayscale: #7C7C7C. Windows color (decimal): -13388268 or 1357363. OLE color: 1357363.

HSL color Cylindrical-coordinate representation of color #33B614: hue angle of 108.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33B614 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB5118220-
CMYK0.7200.890.29
HSL108.52º80.2%39.61%-
HSV(B)108.52º89.01%71.37%-
XYZ18.2234.216.3-
YUV124.3669.175.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.16%
GREEN value IS 182 (71.48% from 255) = 71.94%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=20.16%
G=71.94%
B=7.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51182200.7200.890.29108.5280.239.61
Hex33B614480591D6d5028
Octal632662411001313515512050
Binary11001110110110101001001000010110011110111011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B614; }

 p { color: rgb(51,182,20); }

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

<style>
 a { background-color: #33B614; }

 a { background-color: rgb(51,182,20); }

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

<style>
 span { border-color: #33B614; }

 span { border-color: rgb(51,182,20); }

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