Html Css Color HEX #93CB14 Citrus

📋 copy color: '#93CB14'

red 147 ◦ green 203 ◦ blue 20

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

Shades of Citrus #93CB14

Tints of Citrus #93CB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.86%

 BLUE value IS 20 (8.2% from 255) = 5.41%

R = 39.73%
G = 54.86%
B = 5.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#93CB14 (or 0x93CB14) is known color: Citrus. HEX triplet: 93, CB and 14. RGB value is (147,203,20). Sum of RGB (Red+Green+Blue) = 147+203+20=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CB14 is #6C34EB. Grayscale: #A6A6A6. Windows color (decimal): -7091436 or 1362835. OLE color: 1362835.

HSL color Cylindrical-coordinate representation of color #93CB14: hue angle of 78.36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93CB14 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 203 20 -
CMYK 0.28 0 0.90 0.20
HSL 78.36º 0.82% 0.44% -
HSV(B) 78.36º 0.9% 0.8% -
XYZ 33.51 48.97 8.35 -
YUV 165.39 45.95 114.88 -
System Red Green Blue C M Y K H S L
Decimal 147 203 20 0.28 0 0.90 0.20 78.36 0.82 0.44
Hex 93 CB 14 1C 0 5A 14 4E 52 2C
Octal 223 313 24 34 0 132 24 116 122 54
Binary 10010011 11001011 10100 11100 0 1011010 10100 1001110 1010010 101100

Color Harmonies of #93CB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CB14

Black with #93CB14

Text Example


Text Example

White with #93CB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,203,20); }

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

background-color css

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

 a { background-color: rgb(147,203,20); }

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

border-color css

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

 span { border-color: rgb(147,203,20); }

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