Html Css Color HEX #92D502 Citrus

📋 copy color: '#92D502'

red 146 ◦ green 213 ◦ blue 2

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

Shades of Citrus #92D502

Tints of Citrus #92D502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 40.44%
G = 59%
B = 0.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#92D502 (or 0x92D502) is known color: Citrus. HEX triplet: 92, D5 and 02. RGB value is (146,213,2). Sum of RGB (Red+Green+Blue) = 146+213+2=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #92D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D502 is #6D2AFD. Grayscale: #A9A9A9. Windows color (decimal): -7154430 or 185746. OLE color: 185746.

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

Color convert

RGB 146 213 2 -
CMYK 0.31 0 0.99 0.16
HSL 79.05º 0.98% 0.42% -
HSV(B) 79.05º 0.99% 0.84% -
XYZ 35.66 53.7 8.54 -
YUV 168.91 33.8 111.66 -
System Red Green Blue C M Y K H S L
Decimal 146 213 2 0.31 0 0.99 0.16 79.05 0.98 0.42
Hex 92 D5 2 1F 0 63 10 4F 62 2A
Octal 222 325 2 37 0 143 20 117 142 52
Binary 10010010 11010101 10 11111 0 1100011 10000 1001111 1100010 101010

Color Harmonies of #92D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D502

Black with #92D502

Text Example


Text Example

White with #92D502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,213,2); }

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

background-color css

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

 a { background-color: rgb(146,213,2); }

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

border-color css

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

 span { border-color: rgb(146,213,2); }

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