Html Css Color HEX #93C20D Citrus

📋 copy color: '#93C20D'

red 147 ◦ green 194 ◦ blue 13

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

Shades of Citrus #93C20D

Tints of Citrus #93C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.8%

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 41.53%
G = 54.8%
B = 3.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#93C20D (or 0x93C20D) is known color: Citrus. HEX triplet: 93, C2 and 0D. RGB value is (147,194,13). Sum of RGB (Red+Green+Blue) = 147+194+13=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #93C20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C20D is #6C3DF2. Grayscale: #9F9F9F. Windows color (decimal): -7093747 or 901779. OLE color: 901779.

HSL color Cylindrical-coordinate representation of color #93C20D: hue angle of 75.58º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93C20D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 194 13 -
CMYK 0.24 0 0.93 0.24
HSL 75.58º 0.87% 0.41% -
HSV(B) 75.58º 0.93% 0.76% -
XYZ 31.4 44.82 7.38 -
YUV 159.31 45.43 119.22 -
System Red Green Blue C M Y K H S L
Decimal 147 194 13 0.24 0 0.93 0.24 75.58 0.87 0.41
Hex 93 C2 D 18 0 5D 18 4C 57 29
Octal 223 302 15 30 0 135 30 114 127 51
Binary 10010011 11000010 1101 11000 0 1011101 11000 1001100 1010111 101001

Color Harmonies of #93C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C20D

Black with #93C20D

Text Example


Text Example

White with #93C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,194,13); }

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

background-color css

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

 a { background-color: rgb(147,194,13); }

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

border-color css

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

 span { border-color: rgb(147,194,13); }

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