Html Css Color HEX #93CF09 Citrus

📋 copy color: '#93CF09'

red 147 ◦ green 207 ◦ blue 9

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

Shades of Citrus #93CF09

Tints of Citrus #93CF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.02%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 40.5%
G = 57.02%
B = 2.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#93CF09 (or 0x93CF09) is known color: Citrus. HEX triplet: 93, CF and 09. RGB value is (147,207,9). Sum of RGB (Red+Green+Blue) = 147+207+9=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CF09 is #6C30F6. Grayscale: #A7A7A7. Windows color (decimal): -7090423 or 642963. OLE color: 642963.

HSL color Cylindrical-coordinate representation of color #93CF09: hue angle of 78.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93CF09 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 207 9 -
CMYK 0.29 0 0.96 0.19
HSL 78.18º 0.92% 0.42% -
HSV(B) 78.18º 0.96% 0.81% -
XYZ 34.39 50.85 8.26 -
YUV 166.49 39.12 114.1 -
System Red Green Blue C M Y K H S L
Decimal 147 207 9 0.29 0 0.96 0.19 78.18 0.92 0.42
Hex 93 CF 9 1D 0 60 13 4E 5C 2A
Octal 223 317 11 35 0 140 23 116 134 52
Binary 10010011 11001111 1001 11101 0 1100000 10011 1001110 1011100 101010

Color Harmonies of #93CF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CF09

Black with #93CF09

Text Example


Text Example

White with #93CF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,207,9); }

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

background-color css

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

 a { background-color: rgb(147,207,9); }

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

border-color css

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

 span { border-color: rgb(147,207,9); }

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