Html Css Color HEX #93D207 Citrus

📋 copy color: '#93D207'

red 147 ◦ green 210 ◦ blue 7

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

Shades of Citrus #93D207

Tints of Citrus #93D207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.69%

 BLUE value IS 7 (3.13% from 255) = 1.92%

R = 40.38%
G = 57.69%
B = 1.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#93D207 (or 0x93D207) is known color: Citrus. HEX triplet: 93, D2 and 07. RGB value is (147,210,7). Sum of RGB (Red+Green+Blue) = 147+210+7=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 210 (82.42% from 255 or 57.69% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 210 - color contains mainly: green. Hex color #93D207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D207 is #6C2DF8. Grayscale: #A8A8A8. Windows color (decimal): -7089657 or 512659. OLE color: 512659.

HSL color Cylindrical-coordinate representation of color #93D207: hue angle of 78.62º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93D207 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 210 7 -
CMYK 0.30 0 0.97 0.18
HSL 78.62º 0.94% 0.43% -
HSV(B) 78.62º 0.97% 0.82% -
XYZ 35.12 52.31 8.45 -
YUV 168.02 37.13 113.01 -
System Red Green Blue C M Y K H S L
Decimal 147 210 7 0.30 0 0.97 0.18 78.62 0.94 0.43
Hex 93 D2 7 1E 0 61 12 4F 5E 2B
Octal 223 322 7 36 0 141 22 117 136 53
Binary 10010011 11010010 111 11110 0 1100001 10010 1001111 1011110 101011

Color Harmonies of #93D207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D207

Black with #93D207

Text Example


Text Example

White with #93D207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,210,7); }

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

background-color css

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

 a { background-color: rgb(147,210,7); }

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

border-color css

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

 span { border-color: rgb(147,210,7); }

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