Html Css Color HEX #33C000 Kelly Green

📋 copy color: '#33C000'

red 51 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #33C000

Tints of Kelly Green #33C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.99%
G = 79.01%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#33C000 (or 0x33C000) is known color: Kelly Green. HEX triplet: 33, C0 and 00. RGB value is (51,192,0). Sum of RGB (Red+Green+Blue) = 51+192+0=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #33C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C000 is #CC3FFF. Grayscale: #808080. Windows color (decimal): -13385728 or 49203. OLE color: 49203.

HSL color Cylindrical-coordinate representation of color #33C000: hue angle of 104.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33C000 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 0 -
CMYK 0.73 0 1 0.25
HSL 104.06º 1% 0.38% -
HSV(B) 104.06º 1% 0.75% -
XYZ 20.21 38.4 6.35 -
YUV 127.95 55.79 73.11 -
System Red Green Blue C M Y K H S L
Decimal 51 192 0 0.73 0 1 0.25 104.06 1 0.38
Hex 33 C0 0 49 0 64 19 68 64 26
Octal 63 300 0 111 0 144 31 150 144 46
Binary 110011 11000000 0 1001001 0 1100100 11001 1101000 1100100 100110

Color Harmonies of #33C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C000

Black with #33C000

Text Example


Text Example

White with #33C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,0); }

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

background-color css

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

 a { background-color: rgb(51,192,0); }

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

border-color css

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

 span { border-color: rgb(51,192,0); }

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