Html Css Color HEX #93C70B Citrus

📋 copy color: '#93C70B'

red 147 ◦ green 199 ◦ blue 11

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

Shades of Citrus #93C70B

Tints of Citrus #93C70B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.74%

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 41.18%
G = 55.74%
B = 3.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#93C70B (or 0x93C70B) is known color: Citrus. HEX triplet: 93, C7 and 0B. RGB value is (147,199,11). Sum of RGB (Red+Green+Blue) = 147+199+11=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #93C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C70B is #6C38F4. Grayscale: #A2A2A2. Windows color (decimal): -7092469 or 771987. OLE color: 771987.

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

Color convert

RGB 147 199 11 -
CMYK 0.26 0 0.94 0.22
HSL 76.6º 0.9% 0.41% -
HSV(B) 76.6º 0.94% 0.78% -
XYZ 32.52 47.07 7.69 -
YUV 162.02 42.77 117.29 -
System Red Green Blue C M Y K H S L
Decimal 147 199 11 0.26 0 0.94 0.22 76.6 0.9 0.41
Hex 93 C7 B 1A 0 5E 16 4D 5A 29
Octal 223 307 13 32 0 136 26 115 132 51
Binary 10010011 11000111 1011 11010 0 1011110 10110 1001101 1011010 101001

Color Harmonies of #93C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C70B

Black with #93C70B

Text Example


Text Example

White with #93C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,199,11); }

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

background-color css

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

 a { background-color: rgb(147,199,11); }

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

border-color css

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

 span { border-color: rgb(147,199,11); }

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