Html Css Color HEX #92D513 Yellow Green

📋 copy color: '#92D513'

red 146 ◦ green 213 ◦ blue 19

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

Shades of Yellow Green #92D513

Tints of Yellow Green #92D513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.03%

R = 38.62%
G = 56.35%
B = 5.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#92D513 (or 0x92D513) is known color: Yellow Green. HEX triplet: 92, D5 and 13. RGB value is (146,213,19). Sum of RGB (Red+Green+Blue) = 146+213+19=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #92D513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D513 is #6D2AEC. Grayscale: #ABABAB. Windows color (decimal): -7154413 or 1299858. OLE color: 1299858.

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

Color convert

RGB 146 213 19 -
CMYK 0.31 0 0.91 0.16
HSL 80.72º 0.84% 0.45% -
HSV(B) 80.72º 0.91% 0.84% -
XYZ 35.77 53.75 9.11 -
YUV 170.85 42.3 110.27 -
System Red Green Blue C M Y K H S L
Decimal 146 213 19 0.31 0 0.91 0.16 80.72 0.84 0.45
Hex 92 D5 13 1F 0 5B 10 51 54 2D
Octal 222 325 23 37 0 133 20 121 124 55
Binary 10010010 11010101 10011 11111 0 1011011 10000 1010001 1010100 101101

Color Harmonies of #92D513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D513

Black with #92D513

Text Example


Text Example

White with #92D513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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