Html Css Color HEX #92C300 Citrus

📋 copy color: '#92C300'

red 146 ◦ green 195 ◦ blue 0

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

Shades of Citrus #92C300

Tints of Citrus #92C300

RGB

 RED value IS 146 (57.42% from 255) = 42.82%

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.82%
G = 57.18%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#92C300 (or 0x92C300) is known color: Citrus. HEX triplet: 92, C3 and 00. RGB value is (146,195,0). Sum of RGB (Red+Green+Blue) = 146+195+0=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #92C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C300 is #6D3CFF. Grayscale: #9E9E9E. Windows color (decimal): -7159040 or 50066. OLE color: 50066.

HSL color Cylindrical-coordinate representation of color #92C300: hue angle of 75.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92C300 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 195 0 -
CMYK 0.25 0 1 0.24
HSL 75.08º 1% 0.38% -
HSV(B) 75.08º 1% 0.76% -
XYZ 31.37 45.14 7.06 -
YUV 158.12 38.77 119.36 -
System Red Green Blue C M Y K H S L
Decimal 146 195 0 0.25 0 1 0.24 75.08 1 0.38
Hex 92 C3 0 19 0 64 18 4B 64 26
Octal 222 303 0 31 0 144 30 113 144 46
Binary 10010010 11000011 0 11001 0 1100100 11000 1001011 1100100 100110

Color Harmonies of #92C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C300

Black with #92C300

Text Example


Text Example

White with #92C300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92C300; }

 p { color: rgb(146,195,0); }

 H1.HeaderClassName
 {
   color: #92C300;
 }
 .AnyTagClassName
 {
   color: #92C300;
 }
</style>

background-color css

<style>
 a { background-color: #92C300; }

 a { background-color: rgb(146,195,0); }

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

border-color css

<style>
 span { border-color: #92C300; }

 span { border-color: rgb(146,195,0); }

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