#92D714

Color #92D714 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #92D714

Tints of Yellow Green #92D714

Color information

#92D714 (or 0x92D714) is unknown color: approx Yellow Green. HEX triplet: 92, D7 and 14. RGB value is (146,215,20). Sum of RGB (Red+Green+Blue) = 146+215+20=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #92D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92D714 is #6D28EB. Grayscale: #ACACAC. Windows color (decimal): -7153900 or 1365906. OLE color: 1365906.

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

Color convert

RGB14621520-
CMYK0.3200.910.16
HSL81.23º82.98%46.08%-
HSV(B)81.23º90.7%84.31%-
XYZ36.2854.769.32-
YUV172.1442.14109.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 215 (84.38% from 255) = 56.43%
BLUE value IS 20 (8.20% from 255) = 5.25%
R=38.32%
G=56.43%
B=5.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146215200.3200.910.1681.2382.9846.08
Hex92D7142005B1051532e
Octal222327244001332012112356
Binary100100101101011110100100000010110111000010100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,215,20); }

 H1.HeaderClassName
 {
   color: #92D714;
 }
 .AnyTagClassName
 {
   color: #92D714;
 }
</style>
background-color css

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

 a { background-color: rgb(146,215,20); }

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

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

 span { border-color: rgb(146,215,20); }

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