Html Css Color HEX #33BF13 Kelly Green

📋 copy color: '#33BF13'

red 51 ◦ green 191 ◦ blue 19

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

Shades of Kelly Green #33BF13

Tints of Kelly Green #33BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 73.18%

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

R = 19.54%
G = 73.18%
B = 7.28%

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

#33BF13 (or 0x33BF13) is known color: Kelly Green. HEX triplet: 33, BF and 13. RGB value is (51,191,19). Sum of RGB (Red+Green+Blue) = 51+191+19=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #33BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BF13 is #CC40EC. Grayscale: #828282. Windows color (decimal): -13385965 or 1294131. OLE color: 1294131.

HSL color Cylindrical-coordinate representation of color #33BF13: hue angle of 108.84º 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 #33BF13 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 191 19 -
CMYK 0.73 0 0.90 0.25
HSL 108.84º 0.82% 0.41% -
HSV(B) 108.84º 0.9% 0.75% -
XYZ 20.11 38.01 6.89 -
YUV 129.53 65.62 71.99 -
System Red Green Blue C M Y K H S L
Decimal 51 191 19 0.73 0 0.90 0.25 108.84 0.82 0.41
Hex 33 BF 13 49 0 5A 19 6D 52 29
Octal 63 277 23 111 0 132 31 155 122 51
Binary 110011 10111111 10011 1001001 0 1011010 11001 1101101 1010010 101001

Color Harmonies of #33BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BF13

Black with #33BF13

Text Example


Text Example

White with #33BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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