Html Css Color HEX #92C700 Citrus

📋 copy color: '#92C700'

red 146 ◦ green 199 ◦ blue 0

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

Shades of Citrus #92C700

Tints of Citrus #92C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 57.68%

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

R = 42.32%
G = 57.68%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#92C700 (or 0x92C700) is known color: Citrus. HEX triplet: 92, C7 and 00. RGB value is (146,199,0). Sum of RGB (Red+Green+Blue) = 146+199+0=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 199 (78.12% from 255 or 57.68% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 199 - color contains mainly: green. Hex color #92C700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C700 is #6D38FF. Grayscale: #A1A1A1. Windows color (decimal): -7158016 or 51090. OLE color: 51090.

HSL color Cylindrical-coordinate representation of color #92C700: hue angle of 75.98º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92C700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 199 0 -
CMYK 0.27 0 1 0.22
HSL 75.98º 1% 0.39% -
HSV(B) 75.98º 1% 0.78% -
XYZ 32.28 46.96 7.36 -
YUV 160.47 37.44 117.68 -
System Red Green Blue C M Y K H S L
Decimal 146 199 0 0.27 0 1 0.22 75.98 1 0.39
Hex 92 C7 0 1B 0 64 16 4C 64 27
Octal 222 307 0 33 0 144 26 114 144 47
Binary 10010010 11000111 0 11011 0 1100100 10110 1001100 1100100 100111

Color Harmonies of #92C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C700

Black with #92C700

Text Example


Text Example

White with #92C700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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