Html Css Color HEX #33C013 Kelly Green

📋 copy color: '#33C013'

red 51 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #33C013

Tints of Kelly Green #33C013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 19.47%
G = 73.28%
B = 7.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#33C013 (or 0x33C013) is known color: Kelly Green. HEX triplet: 33, C0 and 13. RGB value is (51,192,19). Sum of RGB (Red+Green+Blue) = 51+192+19=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #33C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33C013 is #CC3FEC. Grayscale: #828282. Windows color (decimal): -13385709 or 1294387. OLE color: 1294387.

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

Color convert

RGB 51 192 19 -
CMYK 0.73 0 0.90 0.25
HSL 108.9º 0.82% 0.41% -
HSV(B) 108.9º 0.9% 0.75% -
XYZ 20.33 38.45 6.97 -
YUV 130.12 65.29 71.57 -
System Red Green Blue C M Y K H S L
Decimal 51 192 19 0.73 0 0.90 0.25 108.9 0.82 0.41
Hex 33 C0 13 49 0 5A 19 6D 52 29
Octal 63 300 23 111 0 132 31 155 122 51
Binary 110011 11000000 10011 1001001 0 1011010 11001 1101101 1010010 101001

Color Harmonies of #33C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C013

Black with #33C013

Text Example


Text Example

White with #33C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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