Html Css Color HEX #93CC05 Citrus

📋 copy color: '#93CC05'

red 147 ◦ green 204 ◦ blue 5

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

Shades of Citrus #93CC05

Tints of Citrus #93CC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 41.29%
G = 57.3%
B = 1.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#93CC05 (or 0x93CC05) is known color: Citrus. HEX triplet: 93, CC and 05. RGB value is (147,204,5). Sum of RGB (Red+Green+Blue) = 147+204+5=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CC05 is #6C33FA. Grayscale: #A5A5A5. Windows color (decimal): -7091195 or 380051. OLE color: 380051.

HSL color Cylindrical-coordinate representation of color #93CC05: hue angle of 77.19º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93CC05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 5 -
CMYK 0.28 0 0.98 0.2
HSL 77.19º 0.95% 0.41% -
HSV(B) 77.19º 0.98% 0.8% -
XYZ 33.65 49.4 7.9 -
YUV 164.27 38.12 115.68 -
System Red Green Blue C M Y K H S L
Decimal 147 204 5 0.28 0 0.98 0.2 77.19 0.95 0.41
Hex 93 CC 5 1C 0 62 14 4D 5F 29
Octal 223 314 5 34 0 142 24 115 137 51
Binary 10010011 11001100 101 11100 0 1100010 10100 1001101 1011111 101001

Color Harmonies of #93CC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC05

Black with #93CC05

Text Example


Text Example

White with #93CC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,204,5); }

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

background-color css

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

 a { background-color: rgb(147,204,5); }

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

border-color css

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

 span { border-color: rgb(147,204,5); }

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