#33BD0C

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

Shades of Kelly Green #33BD0C

Tints of Kelly Green #33BD0C

Color information

#33BD0C (or 0x33BD0C) is unknown color: approx Kelly Green. HEX triplet: 33, BD and 0C. RGB value is (51,189,12). Sum of RGB (Red+Green+Blue) = 51+189+12=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 189 (74.22% from 255 or 75% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BD0C is #CC42F3. Grayscale: #808080. Windows color (decimal): -13386484 or 834867. OLE color: 834867.

HSL color Cylindrical-coordinate representation of color #33BD0C: hue angle of 106.78º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33BD0C is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB5118912-
CMYK0.7300.940.26
HSL106.78º88.06%39.41%-
HSV(B)106.78º93.65%74.12%-
XYZ19.6337.136.48-
YUV127.5662.7873.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 189 (74.22% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=20.24%
G=75%
B=4.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51189120.7300.940.26106.7888.0639.41
Hex33BDC4905E1A6b5827
Octal632751411101363215313047
Binary1100111011110111001001001010111101101011010111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,189,12); }

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

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

 a { background-color: rgb(51,189,12); }

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

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

 span { border-color: rgb(51,189,12); }

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