Html Css Color HEX #93C808 Citrus

📋 copy color: '#93C808'

red 147 ◦ green 200 ◦ blue 8

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

Shades of Citrus #93C808

Tints of Citrus #93C808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.34%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 41.41%
G = 56.34%
B = 2.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#93C808 (or 0x93C808) is known color: Citrus. HEX triplet: 93, C8 and 08. RGB value is (147,200,8). Sum of RGB (Red+Green+Blue) = 147+200+8=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #93C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C808 is #6C37F7. Grayscale: #A2A2A2. Windows color (decimal): -7092216 or 575635. OLE color: 575635.

HSL color Cylindrical-coordinate representation of color #93C808: hue angle of 76.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93C808 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 200 8 -
CMYK 0.26 0 0.96 0.22
HSL 76.56º 0.92% 0.41% -
HSV(B) 76.56º 0.96% 0.78% -
XYZ 32.73 47.53 7.68 -
YUV 162.27 40.94 117.11 -
System Red Green Blue C M Y K H S L
Decimal 147 200 8 0.26 0 0.96 0.22 76.56 0.92 0.41
Hex 93 C8 8 1A 0 60 16 4D 5C 29
Octal 223 310 10 32 0 140 26 115 134 51
Binary 10010011 11001000 1000 11010 0 1100000 10110 1001101 1011100 101001

Color Harmonies of #93C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C808

Black with #93C808

Text Example


Text Example

White with #93C808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,200,8); }

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

background-color css

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

 a { background-color: rgb(147,200,8); }

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

border-color css

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

 span { border-color: rgb(147,200,8); }

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