Html Css Color HEX #93AF33 Limerick

📋 copy color: '#93AF33'

red 147 ◦ green 175 ◦ blue 51

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

Shades of Limerick #93AF33

Tints of Limerick #93AF33

RGB

 RED value IS 147 (57.81% from 255) = 39.41%

 GREEN value IS 175 (68.75% from 255) = 46.92%

 BLUE value IS 51 (20.31% from 255) = 13.67%

R = 39.41%
G = 46.92%
B = 13.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#93AF33 (or 0x93AF33) is known color: Limerick. HEX triplet: 93, AF and 33. RGB value is (147,175,51). Sum of RGB (Red+Green+Blue) = 147+175+51=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF33 is #6C50CC. Grayscale: #989898. Windows color (decimal): -7098573 or 3387283. OLE color: 3387283.

HSL color Cylindrical-coordinate representation of color #93AF33: hue angle of 73.55º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93AF33 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 175 51 -
CMYK 0.16 0 0.71 0.31
HSL 73.55º 0.55% 0.44% -
HSV(B) 73.55º 0.71% 0.69% -
XYZ 27.96 37.1 8.82 -
YUV 152.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 147 175 51 0.16 0 0.71 0.31 73.55 0.55 0.44
Hex 93 AF 33 10 0 47 1F 4A 37 2C
Octal 223 257 63 20 0 107 37 112 67 54
Binary 10010011 10101111 110011 10000 0 1000111 11111 1001010 110111 101100

Color Harmonies of #93AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF33

Black with #93AF33

Text Example


Text Example

White with #93AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AF33; }

 p { color: rgb(147,175,51); }

 H1.HeaderClassName
 {
   color: #93AF33;
 }
 .AnyTagClassName
 {
   color: #93AF33;
 }
</style>

background-color css

<style>
 a { background-color: #93AF33; }

 a { background-color: rgb(147,175,51); }

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

border-color css

<style>
 span { border-color: #93AF33; }

 span { border-color: rgb(147,175,51); }

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