Html Css Color HEX #33BD00 Kelly Green

📋 copy color: '#33BD00'

red 51 ◦ green 189 ◦ blue 0

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

Shades of Kelly Green #33BD00

Tints of Kelly Green #33BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 78.75%

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

R = 21.25%
G = 78.75%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#33BD00 (or 0x33BD00) is known color: Kelly Green. HEX triplet: 33, BD and 00. RGB value is (51,189,0). Sum of RGB (Red+Green+Blue) = 51+189+0=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33BD00 is #CC42FF. Grayscale: #7E7E7E. Windows color (decimal): -13386496 or 48435. OLE color: 48435.

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

Color convert

RGB 51 189 0 -
CMYK 0.73 0 1 0.26
HSL 103.81º 1% 0.37% -
HSV(B) 103.81º 1% 0.74% -
XYZ 19.56 37.1 6.13 -
YUV 126.19 56.78 74.37 -
System Red Green Blue C M Y K H S L
Decimal 51 189 0 0.73 0 1 0.26 103.81 1 0.37
Hex 33 BD 0 49 0 64 1A 68 64 25
Octal 63 275 0 111 0 144 32 150 144 45
Binary 110011 10111101 0 1001001 0 1100100 11010 1101000 1100100 100101

Color Harmonies of #33BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD00

Black with #33BD00

Text Example


Text Example

White with #33BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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