Html Css Color HEX #93D010 Citrus

📋 copy color: '#93D010'

red 147 ◦ green 208 ◦ blue 16

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

Shades of Citrus #93D010

Tints of Citrus #93D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.06%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 39.62%
G = 56.06%
B = 4.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#93D010 (or 0x93D010) is known color: Citrus. HEX triplet: 93, D0 and 10. RGB value is (147,208,16). Sum of RGB (Red+Green+Blue) = 147+208+16=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #93D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D010 is #6C2FEF. Grayscale: #A8A8A8. Windows color (decimal): -7090160 or 1101971. OLE color: 1101971.

HSL color Cylindrical-coordinate representation of color #93D010: hue angle of 79.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93D010 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 208 16 -
CMYK 0.29 0 0.92 0.18
HSL 79.06º 0.86% 0.44% -
HSV(B) 79.06º 0.92% 0.82% -
XYZ 34.68 51.35 8.57 -
YUV 167.87 42.29 113.11 -
System Red Green Blue C M Y K H S L
Decimal 147 208 16 0.29 0 0.92 0.18 79.06 0.86 0.44
Hex 93 D0 10 1D 0 5C 12 4F 56 2C
Octal 223 320 20 35 0 134 22 117 126 54
Binary 10010011 11010000 10000 11101 0 1011100 10010 1001111 1010110 101100

Color Harmonies of #93D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D010

Black with #93D010

Text Example


Text Example

White with #93D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,208,16); }

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

background-color css

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

 a { background-color: rgb(147,208,16); }

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

border-color css

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

 span { border-color: rgb(147,208,16); }

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