Html Css Color HEX #33BB12 Kelly Green

📋 copy color: '#33BB12'

red 51 ◦ green 187 ◦ blue 18

#33BB12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #33BB12

Tints of Kelly Green #33BB12

RGB

 RED value IS 51 (20.31% from 255) = 19.92%

 GREEN value IS 187 (73.44% from 255) = 73.05%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 19.92%
G = 73.05%
B = 7.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#33BB12 (or 0x33BB12) is known color: Kelly Green. HEX triplet: 33, BB and 12. RGB value is (51,187,18). Sum of RGB (Red+Green+Blue) = 51+187+18=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #33BB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BB12 is #CC44ED. Grayscale: #7F7F7F. Windows color (decimal): -13386990 or 1227571. OLE color: 1227571.

HSL color Cylindrical-coordinate representation of color #33BB12: hue angle of 108.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33BB12 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 187 18 -
CMYK 0.73 0 0.90 0.27
HSL 108.28º 0.82% 0.4% -
HSV(B) 108.28º 0.9% 0.73% -
XYZ 19.24 36.29 6.56 -
YUV 127.07 66.44 73.74 -
System Red Green Blue C M Y K H S L
Decimal 51 187 18 0.73 0 0.90 0.27 108.28 0.82 0.4
Hex 33 BB 12 49 0 5A 1B 6C 52 28
Octal 63 273 22 111 0 132 33 154 122 50
Binary 110011 10111011 10010 1001001 0 1011010 11011 1101100 1010010 101000

Color Harmonies of #33BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BB12

Black with #33BB12

Text Example


Text Example

White with #33BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,187,18); }

 H1.HeaderClassName
 {
   color: #33BB12;
 }
 .AnyTagClassName
 {
   color: #33BB12;
 }
</style>

background-color css

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

 a { background-color: rgb(51,187,18); }

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

border-color css

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

 span { border-color: rgb(51,187,18); }

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