Html Css Color HEX #92D600 Citrus

📋 copy color: '#92D600'

red 146 ◦ green 214 ◦ blue 0

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

Shades of Citrus #92D600

Tints of Citrus #92D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.44%

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

R = 40.56%
G = 59.44%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#92D600 (or 0x92D600) is known color: Citrus. HEX triplet: 92, D6 and 00. RGB value is (146,214,0). Sum of RGB (Red+Green+Blue) = 146+214+0=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #92D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D600 is #6D29FF. Grayscale: #AAAAAA. Windows color (decimal): -7154176 or 54930. OLE color: 54930.

HSL color Cylindrical-coordinate representation of color #92D600: hue angle of 79.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92D600 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 214 0 -
CMYK 0.32 0 1 0.16
HSL 79.07º 1% 0.42% -
HSV(B) 79.07º 1% 0.84% -
XYZ 35.9 54.2 8.57 -
YUV 169.27 32.47 111.4 -
System Red Green Blue C M Y K H S L
Decimal 146 214 0 0.32 0 1 0.16 79.07 1 0.42
Hex 92 D6 0 20 0 64 10 4F 64 2A
Octal 222 326 0 40 0 144 20 117 144 52
Binary 10010010 11010110 0 100000 0 1100100 10000 1001111 1100100 101010

Color Harmonies of #92D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D600

Black with #92D600

Text Example


Text Example

White with #92D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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