Html Css Color HEX #33B914 Kelly Green

📋 copy color: '#33B914'

red 51 ◦ green 185 ◦ blue 20

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

Shades of Kelly Green #33B914

Tints of Kelly Green #33B914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 72.27%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 19.92%
G = 72.27%
B = 7.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#33B914 (or 0x33B914) is known color: Kelly Green. HEX triplet: 33, B9 and 14. RGB value is (51,185,20). Sum of RGB (Red+Green+Blue) = 51+185+20=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 185 (72.66% from 255 or 72.27% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 185 - color contains mainly: green. Hex color #33B914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33B914 is #CC46EB. Grayscale: #7E7E7E. Windows color (decimal): -13387500 or 1358131. OLE color: 1358131.

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

Color convert

RGB 51 185 20 -
CMYK 0.72 0 0.89 0.27
HSL 108.73º 0.8% 0.4% -
HSV(B) 108.73º 0.89% 0.73% -
XYZ 18.84 35.45 6.51 -
YUV 126.12 68.11 74.42 -
System Red Green Blue C M Y K H S L
Decimal 51 185 20 0.72 0 0.89 0.27 108.73 0.8 0.4
Hex 33 B9 14 48 0 59 1B 6D 50 28
Octal 63 271 24 110 0 131 33 155 120 50
Binary 110011 10111001 10100 1001000 0 1011001 11011 1101101 1010000 101000

Color Harmonies of #33B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B914

Black with #33B914

Text Example


Text Example

White with #33B914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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